summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2016-05-05 18:14:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-10 06:46:39 +0000
commitb0ea829f686b0cb690e2c2828389263f36ee7c5d (patch)
tree995656125451e3a059677b4eb6d50c049e3c83b5 /vcl/inc/window.h
parentc748debd8f1c6a8c0cd202013edebd74d608ada1 (diff)
vcl : Simplify vcl::Window initialisation and destruction
Change-Id: Ie3a8435d0adff795645618deb2c3c3da813e54f3 Reviewed-on: https://gerrit.libreoffice.org/24681 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 302e9d03541b..ccdd8bf824b9 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -99,6 +99,9 @@ struct ImplWinData
bool mbEnableNativeWidget; //< toggle native widget rendering
::std::list< VclPtr<vcl::Window> >
maTopWindowChildren;
+
+ ImplWinData();
+ ~ImplWinData();
};
struct ImplFrameData