diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-05-16 20:00:41 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-05-16 20:00:41 +0100 |
commit | 11e4acc80ed7c0180e32a62db6d2de1610ff1a93 (patch) | |
tree | 950c556b02f7e975c79b1245eed0fa5dcc35ea0a /include/vcl/splitwin.hxx | |
parent | 592ba8776be8e4b70264ccf1485396242ca63b24 (diff) |
Correct forward definition.
Change-Id: I6cf65892c0b3dd929067f2bdc1176a1a870df042
Diffstat (limited to 'include/vcl/splitwin.hxx')
-rw-r--r-- | include/vcl/splitwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx index e8b442d38832..867a34307a9b 100644 --- a/include/vcl/splitwin.hxx +++ b/include/vcl/splitwin.hxx @@ -24,7 +24,7 @@ #include <vcl/dockwin.hxx> class Wallpaper; -struct ImplSplitSet; +class ImplSplitSet; typedef sal_uInt16 SplitWindowItemBits; |