summaryrefslogtreecommitdiff
path: root/redo/window_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-20 17:27:56 -0400
committerPietro Gagliardi <[email protected]>2014-07-20 17:27:56 -0400
commit11daae4a6303113fdbeb39bb4784a92be09b813c (patch)
treec7f1b9cb868e0046f541f2b1682ce76155a378c5 /redo/window_darwin.m
parent6da105da5649820a6f7c48c04e3188beaef7f0da (diff)
Resolved the NSWindowDelegate issue and added an explicit NSApplicationDelegate specifier just to be safe; thanks to Zorg__ in irc.freenode.net/#macdev for explaining (it's an issue with NSApp specifically).
Diffstat (limited to 'redo/window_darwin.m')
-rw-r--r--redo/window_darwin.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/window_darwin.m b/redo/window_darwin.m
index ffa6110..4737702 100644
--- a/redo/window_darwin.m
+++ b/redo/window_darwin.m
@@ -6,7 +6,6 @@
#define toNSWindow(x) ((NSWindow *) (x))
-// TODO why do I need the explicit interface specification?
@interface goWindowDelegate : NSObject <NSWindowDelegate> {
@public
void *gowin;