From 30f6f739133095e1c5c219b79151aefa2be0abbd Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Thu, 31 Jan 2013 22:40:24 +1300 Subject: [PATCH] Fix warning --- ACE View Example/ACEViewAppDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE View Example/ACEViewAppDelegate.h b/ACE View Example/ACEViewAppDelegate.h index ef358c3..d0db590 100644 --- a/ACE View Example/ACEViewAppDelegate.h +++ b/ACE View Example/ACEViewAppDelegate.h @@ -17,7 +17,7 @@ } @property (assign) IBOutlet NSWindow *window; -@property (assign) IBOutlet ACEView *aceView; +@property (nonatomic) IBOutlet ACEView *aceView; - (IBAction) syntaxModeChanged:(id)sender; - (IBAction) themeChanged:(id)sender;