diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-01 22:26:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 12:14:51 +0100 |
commit | 2f76c093f5e7150914c27d49d5275c885a6ff8dc (patch) | |
tree | d8a2c221407342b7e27a259e6d643d2e81e100b1 /include/vcl/syswin.hxx | |
parent | 05d4077b724f91fca736d3c3fd64f28e304d7172 (diff) |
map deletable to WB_CLOSEABLE
Change-Id: I13fd6878c3443055428f01bb946caaaf7e6dddb0
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r-- | include/vcl/syswin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 168a0eb4a116..d901ccda9c17 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -276,7 +276,7 @@ public: SAL_DLLPRIVATE bool hasPendingLayout() const { return maLayoutTimer.IsActive(); } - virtual void doDeferredInit(bool bResizable); + virtual void doDeferredInit(bool bResizable, bool bCloseable); }; #endif // INCLUDED_VCL_SYSWIN_HXX |