[Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul...
authorYPozdnyakov <YPozdnyakov@wavesglobal.com>
Tue, 27 Jan 2015 11:47:47 +0000 (13:47 +0200)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:16:43 +0000 (14:16 -0400)
Conflicts:
libs/gtkmm2ext/gtkapplication_quartz.mm

libs/gtkmm2ext/gtkapplication_quartz.mm

index 932eaa71c9fa6770f96722f8a717fbbe704c025e..0a6171eb16a5b892d05c76ce0b51be11f50a38c2 100644 (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