Removal of compiler warning for Cocoa builds

This commit is contained in:
Hartwig
2017-10-22 13:47:51 +02:00
parent 38e5fdadf0
commit abb7f46371

View File

@@ -199,7 +199,7 @@ static NSRect convertToQuartzCoordinates(const NSRect& rect)
// the app-delegate, handling quit-requests
// ----------------------------------------------------------------------------------------------------------
@interface CocoaAppDelegate : NSObject
@interface CocoaAppDelegate : NSObject <NSApplicationDelegate>
{
}