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:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user