summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 1673605373eb..f401fcda888c 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -376,7 +376,7 @@ private:
DECL_LINK(SplitHdl, Splitter*, void);
void arrange(const Size& rAllocation, long nFirstHeight, long nSecondHeight);
public:
- VclVPaned(vcl::Window *pParent, WinBits nStyle = WB_HIDE | WB_CLIPCHILDREN);
+ VclVPaned(vcl::Window *pParent);
virtual ~VclVPaned() override { disposeOnce(); }
virtual void dispose() override;
virtual Size calculateRequisition() const override;