Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Jan 31, 2013
1 parent 72182da commit 30f6f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE View Example/ACEViewAppDelegate.h
Expand Up @@ -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;
Expand Down

0 comments on commit 30f6f73

Please sign in to comment.