Skip to content

Commit

Permalink
Merge pull request cocoabits#35 from barijaona/32bits
Browse files Browse the repository at this point in the history
Fix 32 bit compilation problem
  • Loading branch information
Vadim Shpakovski committed Jan 6, 2015
2 parents 966530c + 925b979 commit 44d46a9
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;
IBOutlet NSToolbar *toolbar;
NSToolbar *_toolbar;
}

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

0 comments on commit 44d46a9

Please sign in to comment.