X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d04995b3a6d56d610d0eb7af9c07ba91eaf4884d..fea35690f171f9677bd9f949c0af3dc16d1a9576:/include/wx/cocoa/menuitem.h?ds=sidebyside diff --git a/include/wx/cocoa/menuitem.h b/include/wx/cocoa/menuitem.h index 3596f68cc0..d5ba585ac6 100644 --- a/include/wx/cocoa/menuitem.h +++ b/include/wx/cocoa/menuitem.h @@ -54,6 +54,7 @@ public: void CocoaItemSelected(); bool Cocoa_validateMenuItem(); protected: + void CocoaSetKeyEquivalent(); WX_NSMenuItem m_cocoaNSMenuItem; static wxMenuItemCocoaHash sm_cocoaHash; static wxObjcAutoRefFromAlloc sm_cocoaTarget;