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

This commit is contained in:
matthewleon 2008-02-14 21:09:07 +00:00
parent 02836236db
commit b4804ebb5e

View file

@ -69,6 +69,8 @@
- (void)drawerDidOpen:(NSNotification *)notification; - (void)drawerDidOpen:(NSNotification *)notification;
- (void)drawerDidClose:(NSNotification *)notification; - (void)drawerDidClose:(NSNotification *)notification;
- (void)initDefaults;
//Fun stuff //Fun stuff
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag; - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag;
- (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename; - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;