summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/vcl/layout.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 3ea8d3133758..3ed5862991d6 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -69,6 +69,7 @@ public:
VclBox(Window *pParent, bool bHomogeneous, int nSpacing)
: VclContainer(pParent)
, m_bHomogeneous(bHomogeneous)
+ , m_bVerticalContainer(false)
, m_nSpacing(nSpacing)
{
}