The 10.4u SDK doesn't contain this method so add it as a category on NSApplication but do not define it. This shuts gcc up and should still work.
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#include "ProductInfo.h"
|
||||
#include "arch/ArchHooks/ArchHooks.h"
|
||||
|
||||
@interface NSApplication (PrivateShutUpWarning)
|
||||
- (void) setAppleMenu:(NSMenu *)menu;
|
||||
@end
|
||||
|
||||
@interface SMApplication : NSApplication
|
||||
- (void)fullscreen:(id)sender;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user