supporting earlier xcode version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-08-21 18:22:28 +00:00
parent 1b4b608091
commit 7c17cb8c2c

View File

@@ -55,7 +55,10 @@
@end
@interface wxNSMenuController : NSObject <NSMenuDelegate>
@interface wxNSMenuController : NSObject
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
<NSMenuDelegate>
#endif
{
}