diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/dockwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index aab80136501e..65b70c7028df 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -285,10 +285,10 @@ public: void doDeferredInit(WinBits nBits); protected: DockingWindow( WindowType nType ); + DockingWindow(vcl::Window* pParent, const ResId& rResId); public: DockingWindow(vcl::Window* pParent, WinBits nStyle = WB_STDDOCKWIN); - DockingWindow(vcl::Window* pParent, const ResId& rResId); DockingWindow(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const css::uno::Reference<css::frame::XFrame> &rFrame = css::uno::Reference<css::frame::XFrame>()); virtual ~DockingWindow(); |