Cocoa: Add NSApplicationDelegate protocol

From c3ed70a4b7.
This commit is contained in:
Luflosi
2019-10-06 16:58:06 +02:00
parent 802da7087c
commit 5b008163af

View File

@@ -667,7 +667,7 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
// Delegate for application related notifications {{{
@interface GLFWApplicationDelegate : NSObject
@interface GLFWApplicationDelegate : NSObject <NSApplicationDelegate>
@end
@implementation GLFWApplicationDelegate