diff --git a/stepmania/PBProject/SMMain.mm b/stepmania/PBProject/SMMain.mm index d26c1ef9b1..8541d2d94a 100755 --- a/stepmania/PBProject/SMMain.mm +++ b/stepmania/PBProject/SMMain.mm @@ -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