Commit ed3227e6 authored by Rafaël Carré's avatar Rafaël Carré

Fix macosx gui compilation (shame on me i broke it in [21943])

parent bfa9e5bb
...@@ -196,3 +196,4 @@ The class is not thread safe ...@@ -196,3 +196,4 @@ The class is not thread safe
- (id) initWithApplicationDelegate: (id) delegate; - (id) initWithApplicationDelegate: (id) delegate;
- (id) applicationDelegate; - (id) applicationDelegate;
@end
...@@ -713,3 +713,4 @@ static void QueueCallbackFunction(void* target, IOReturn result, void* refcon, ...@@ -713,3 +713,4 @@ static void QueueCallbackFunction(void* target, IOReturn result, void* refcon,
[invocation invokeWithTarget:applicationDelegate]; [invocation invokeWithTarget:applicationDelegate];
} }
@end
...@@ -40,4 +40,4 @@ ...@@ -40,4 +40,4 @@
- (BOOL) scriptFullscreenMode; - (BOOL) scriptFullscreenMode;
- (void) setScriptFullscreenMode: (BOOL) mode; - (void) setScriptFullscreenMode: (BOOL) mode;
@end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment