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:
Steve Checkoway
2006-01-15 12:17:07 +00:00
parent 83e18b9a82
commit 95ad9d9ac8
+4
View File
@@ -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