mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
[Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul Davis
Conflicts: libs/gtkmm2ext/gtkapplication_quartz.mm
This commit is contained in:
parent
8b2a2362d2
commit
ab08a14872
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue