diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-12 09:38:37 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 22:18:28 +0100 |
commit | f7811b53c95410b8f1aa65b93b65701fd427a64f (patch) | |
tree | c25873cc991f85565107b6a5d12b106245361142 /vcl/inc | |
parent | 00f2787a4a68633206635743298926bf2e65a8fa (diff) |
vclwidget: add some dispose() checking
to catch code that accidentally recursively calls dispose()
Change-Id: I647434c76cfbbf4df32c6cef15381ecfd8b4977d
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 31c5dff7f4ea..78d3321ec4c2 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -355,6 +355,7 @@ public: mbPaintDisabled:1, mbAllResize:1, mbInDtor:1, + mbInDispose:1, mbExtTextInput:1, mbInFocusHdl:1, mbOverlapVisible:1, |