Added initDefaults to AppController.h to get rid of annoying compiler warning.

CQTexperiment
matthewleon 2008-02-14 21:09:07 +00:00
parent 02836236db
commit b4804ebb5e
1 changed files with 2 additions and 0 deletions

View File

@ -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;