From b4804ebb5e5bb45786e143dba6027ea49003a21c Mon Sep 17 00:00:00 2001 From: matthewleon Date: Thu, 14 Feb 2008 21:09:07 +0000 Subject: [PATCH] Added initDefaults to AppController.h to get rid of annoying compiler warning. --- Application/AppController.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/AppController.h b/Application/AppController.h index 21dcae655..a1618696a 100644 --- a/Application/AppController.h +++ b/Application/AppController.h @@ -69,6 +69,8 @@ - (void)drawerDidOpen:(NSNotification *)notification; - (void)drawerDidClose:(NSNotification *)notification; +- (void)initDefaults; + //Fun stuff - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag; - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;