Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Fix Xcode error on 10.10 SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Shpakovski committed Jan 8, 2015
1 parent 44d46a9 commit 11b0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MASPreferencesWindowController.h
Expand Up @@ -23,7 +23,7 @@ __attribute__((__visibility__("default")))
NSMutableDictionary *_minimumViewRects;
NSString *_title;
NSViewController <MASPreferencesViewController> *_selectedViewController;
NSToolbar *_toolbar;
NSToolbar * __unsafe_unretained _toolbar;
}

@property (nonatomic, readonly) NSMutableArray *viewControllers;
Expand Down

0 comments on commit 11b0166

Please sign in to comment.