Added initDefaults to AppController.h to get rid of annoying compiler warning.
This commit is contained in:
parent
02836236db
commit
b4804ebb5e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue