[Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul Davis

Conflicts:
	libs/gtkmm2ext/gtkapplication_quartz.mm
This commit is contained in:
YPozdnyakov 2015-01-27 13:47:47 +02:00 committed by Paul Davis
parent d541fda2be
commit 57dd0ef2f6

View File

@ -1424,9 +1424,10 @@ namespace Gtk {
@end
@interface GtkApplicationDelegate : NSObject
@interface GtkApplicationDelegate : NSObject
-(BOOL) application:(NSApplication*) app openFile:(NSString*) file;
- (NSApplicationTerminateReply) applicationShouldTerminate:(NSApplication *) app;
- (void) startApp;
@end
@implementation GtkApplicationDelegate