aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cocoa-application/CocoaApplication/AppDelegate.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-11-20 13:34:52 -0500
committerJake Petroules <jake.petroules@petroules.com>2013-11-21 18:03:53 +0100
commite81fda6169fae5b4949e7f4ee75d1528b016d5e7 (patch)
tree46a4fc2089756961557541f7a71a04251b30bcc0 /examples/cocoa-application/CocoaApplication/AppDelegate.h
parentb9aca56026562b0fd6ff2fd2717e20666f40b98a (diff)
Fix minor issues in the CocoaApplication example.
Change-Id: Idd2a49381f013710d72e05d9b1781b47ce70750f Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'examples/cocoa-application/CocoaApplication/AppDelegate.h')
-rw-r--r--examples/cocoa-application/CocoaApplication/AppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cocoa-application/CocoaApplication/AppDelegate.h b/examples/cocoa-application/CocoaApplication/AppDelegate.h
index 1b556ce2d..d6757555e 100644
--- a/examples/cocoa-application/CocoaApplication/AppDelegate.h
+++ b/examples/cocoa-application/CocoaApplication/AppDelegate.h
@@ -31,6 +31,6 @@
@interface AppDelegate : NSObject <NSApplicationDelegate>
-@property (assign) IBOutlet NSWindow *window;
+@property (nonatomic, assign) IBOutlet NSWindow *window;
@end