Works a little better when you remember to say "virtual"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bc8eaeb38a
commit
1981118d4b
@ -34,11 +34,11 @@ public:
|
||||
, OBSERVE_DidSendAction = 0x08
|
||||
, OBSERVE_WillSendAction = 0x10
|
||||
};
|
||||
void CocoaNotification_menuDidAddItem(WX_NSNotification notification) {}
|
||||
void CocoaNotification_menuDidChangeItem(WX_NSNotification notification) {}
|
||||
void CocoaNotification_menuDidRemoveItem(WX_NSNotification notification) {}
|
||||
void CocoaNotification_menuDidSendAction(WX_NSNotification notification) {}
|
||||
void CocoaNotification_menuWillSendAction(WX_NSNotification notification) {}
|
||||
virtual void CocoaNotification_menuDidAddItem(WX_NSNotification notification) {}
|
||||
virtual void CocoaNotification_menuDidChangeItem(WX_NSNotification notification) {}
|
||||
virtual void CocoaNotification_menuDidRemoveItem(WX_NSNotification notification) {}
|
||||
virtual void CocoaNotification_menuDidSendAction(WX_NSNotification notification) {}
|
||||
virtual void CocoaNotification_menuWillSendAction(WX_NSNotification notification) {}
|
||||
protected:
|
||||
static struct objc_object *sm_cocoaObserver;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user