Added initDefaults to AppController.h to get rid of annoying compiler warning.
parent
02836236db
commit
b4804ebb5e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue