summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-02-12 15:29:18 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 22:21:04 +0100
commit125895c355ebc9f60e792cdfffdf790c10c950cc (patch)
tree5a8882d7a10b512b6c6d6c7e3752b24426aefdf1 /include/vcl/window.hxx
parentf7811b53c95410b8f1aa65b93b65701fd427a64f (diff)
vcl:fixes towards unit test happiness
Change-Id: Ic0a3075c7616f604b93228dff149931cf25a5ed8
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 904e48117891..09589f53fa98 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -420,7 +420,8 @@ private:
// OutputDevice
::OutputDevice* mpOutputDevice;
- mutable int mnRefCnt; // reference count
+ mutable int mnRefCnt; // reference count
+ bool mbInDtor = false; // true: We're still in Window-Dtor
#ifdef DBG_UTIL
friend const char* ::ImplDbgCheckWindow( const void* pObj );