]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/menuitem.mm
Add support for the new history functions to the ie backend. For this we manage our...
[wxWidgets.git] / src / cocoa / menuitem.mm
index 1ddcbb4b614636dc771243d5e0291ee761b629a8..11b575fa958a0707c43249049779aac4edc0d082 100644 (file)
@@ -82,7 +82,6 @@ WX_IMPLEMENT_GET_OBJC_CLASS(wxNSMenuItemTarget,NSObject)
 // ============================================================================
 // wxMenuItemCocoa implementation
 // ============================================================================
-IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject)
 wxMenuItemCocoaHash wxMenuItemCocoa::sm_cocoaHash;
 
 wxObjcAutoRefFromAlloc<struct objc_object *> wxMenuItemCocoa::sm_cocoaTarget = [[WX_GET_OBJC_CLASS(wxNSMenuItemTarget) alloc] init];