]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Move definition of wxListIteratorFunction and ..SortFuntion to defs.h so it can be...
[wxWidgets.git] / include / wx / event.h
index 9ca83416710469607bc74cdacaca940538a0a968..684d6724197f83de0f1a6a1c3224c7497d66723b 100644 (file)
@@ -2455,6 +2455,8 @@ protected:
 
     // Is event handler enabled?
     bool                m_enabled;
+    // Avoid adding events from another thread during dtor
+    bool                m_beingDeleted;
 
 
     // The user data: either an object which will be deleted by the container