Skip to content

Commit

Permalink
Fix argument type mismatch warning
Browse files Browse the repository at this point in the history
- another integer/NSInteger mismatch.
  • Loading branch information
samiamwork committed Feb 18, 2013
1 parent 7f10f31 commit fea5786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ControlPanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@implementation ControlPanel

- (id)initWithContentRect:(NSRect)contentRect
styleMask:(unsigned int)styleMask
styleMask:(NSUInteger)styleMask
backing:(NSBackingStoreType)bufferingType
defer:(BOOL)deferCreation
{
Expand Down

0 comments on commit fea5786

Please sign in to comment.