]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menuitem.h
Fixed a compliation error, event args should not be const.
[wxWidgets.git] / include / wx / mac / menuitem.h
index 4c9cd9f5d4877f3793a2b0ad28bafd003659f528..7e78a57f63f3aad4b70cdcd699aae4067e54a41d 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef   _MENUITEM_H
 #define   _MENUITEM_H
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "menuitem.h"
 #endif