X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d04995b3a6d56d610d0eb7af9c07ba91eaf4884d..c59f6793fb6c116e6b9abdaca4de0c4a08a0e5b0:/include/wx/cocoa/menuitem.h

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<struct objc_object *> sm_cocoaTarget;