1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 14:47:27 -04:00

Cocoa: Add NSApplicationDelegate protocol

This commit is contained in:
Camilla Löwy 2018-12-24 23:40:30 +01:00 committed by Camilla Löwy
parent 88c5edb409
commit c3ed70a4b7

View File

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