summaryrefslogtreecommitdiff
path: root/include/vcl/IconThemeSelector.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-21 22:07:07 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-21 22:07:07 +0200
commit630ce26a254becab7b96abe87ac3094cf9c08f87 (patch)
tree186efe36cc2c7d72a321f86827eb3d9c0aa9f3b6 /include/vcl/IconThemeSelector.hxx
parent691f87b2f1197fedfafa24aa7ae95f268243653e (diff)
WaE: struct/class inconsistency
Change-Id: Iedb9873bc36fa5854de56738351d3683e245024d
Diffstat (limited to 'include/vcl/IconThemeSelector.hxx')
-rw-r--r--include/vcl/IconThemeSelector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/IconThemeSelector.hxx b/include/vcl/IconThemeSelector.hxx
index 35bde9e510f6..39fdf6a358b0 100644
--- a/include/vcl/IconThemeSelector.hxx
+++ b/include/vcl/IconThemeSelector.hxx
@@ -20,7 +20,7 @@
class IconThemeSelectorTest;
namespace vcl {
-struct IconThemeInfo;
+class IconThemeInfo;
/** This class helps to choose an icon theme from a list of installed themes.
*