diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-21 22:07:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-21 22:07:07 +0200 |
commit | 630ce26a254becab7b96abe87ac3094cf9c08f87 (patch) | |
tree | 186efe36cc2c7d72a321f86827eb3d9c0aa9f3b6 /include/vcl | |
parent | 691f87b2f1197fedfafa24aa7ae95f268243653e (diff) |
WaE: struct/class inconsistency
Change-Id: Iedb9873bc36fa5854de56738351d3683e245024d
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/IconThemeSelector.hxx | 2 |
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. * |