Allow the dealloc message to be caught

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-10-15 02:55:15 +00:00
parent d04995b3a6
commit 3312496dcc
2 changed files with 11 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ public:
, OBSERVE_DidSendAction = 0x08
, OBSERVE_WillSendAction = 0x10
};
virtual void Cocoa_dealloc() {}
virtual void CocoaNotification_menuDidAddItem(WX_NSNotification notification) {}
virtual void CocoaNotification_menuDidChangeItem(WX_NSNotification notification) {}
virtual void CocoaNotification_menuDidRemoveItem(WX_NSNotification notification) {}