]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/objc/NSMenu.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / cocoa / objc / NSMenu.h
index f9211ddfb022b12b5b7fe09378239f9d2570da7b..780d306058d6f04340636d2db1ce0325c53836bd 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2007/04/20 (move from NSMenu.mm)
-// RCS-ID:      $Id$
 // Copyright:   (c) 2002 David Elliott
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -12,6 +11,8 @@
 #ifndef __WX_COCOA_OBJC_NSMENU_H__
 #define __WX_COCOA_OBJC_NSMENU_H__
 
+#include "wx/cocoa/objc/objc_uniquifying.h"
+
 #import <AppKit/NSMenu.h>
 
 // ============================================================================
@@ -24,5 +25,6 @@
 - (void)dealloc;
 
 @end // WXNSMenu
+WX_DECLARE_GET_OBJC_CLASS(WXNSMenu,NSMenu)
 
 #endif //ndef __WX_COCOA_OBJC_NSMENU_H__