diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-13 09:48:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-13 09:49:21 +0200 |
commit | f04ec99f5e6a543b8191ced61db4710c3c0de356 (patch) | |
tree | 4b90068c57e377545e53e50a200d281a550014c8 /include | |
parent | ede1a83e110ce7bc7d3560f415d6269ea3feb947 (diff) |
tdf#104573 - Assertion failed: SolarMutex not locked
Change-Id: Ie46f0e2b60b99aea1c322c7891a41a2e7603c9e9
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/event.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx index 9737bac576ec..a5820c10278c 100644 --- a/include/vcl/event.hxx +++ b/include/vcl/event.hxx @@ -317,6 +317,7 @@ public: NotifyEvent( MouseNotifyEvent nEventType, vcl::Window* pWindow, const void* pEvent = nullptr ); + ~NotifyEvent(); MouseNotifyEvent GetType() const { return mnEventType; } vcl::Window* GetWindow() const { return mpWindow; } |