Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix type warning.
  • Loading branch information
stuconnolly committed Oct 11, 2018
1 parent 3cb9e32 commit dbc3198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPWindowController.m
Expand Up @@ -856,7 +856,7 @@ - (PSMTabBarControl *)tabView:(NSTabView *)aTabView newTabBarForDraggedTabViewIt
* When dragging a tab off the tab bar, return an image so that a
* drag placeholder can be displayed.
*/
- (NSImage *)tabView:(NSTabView *)aTabView imageForTabViewItem:(NSTabViewItem *)tabViewItem offset:(NSSize *)offset styleMask:(unsigned int *)styleMask
- (NSImage *)tabView:(NSTabView *)aTabView imageForTabViewItem:(NSTabViewItem *)tabViewItem offset:(NSSize *)offset styleMask:(NSUInteger *)styleMask
{
NSImage *viewImage = [[NSImage alloc] init];

Expand Down

0 comments on commit dbc3198

Please sign in to comment.