diff options
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r-- | include/vcl/layout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index 85c613919020..e73399c1abf1 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -41,7 +41,7 @@ public: m_bLayoutDirty = true; } - virtual void queue_resize(StateChangedType eReason = StateChangedType::LAYOUT) SAL_OVERRIDE; + virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout) SAL_OVERRIDE; protected: //these are the two that need to be implemented by //containers, figure out how much space you want... |