Skip to content

Commit

Permalink
resolve casting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilling committed Oct 13, 2012
1 parent 376546e commit 5227a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JWSplitView/JWSplitView.m
Expand Up @@ -205,7 +205,7 @@ - (void)mouseDownOnDivider:(JWDividerView *)divider withEvent:(NSEvent *)downEve
};
}

- (void)mouseDraggedOnDivider:(NSView *)divider withEvent:(NSEvent *)event {
- (void)mouseDraggedOnDivider:(JWDividerView *)divider withEvent:(NSEvent *)event {
if (self.dragHandler)
self.dragHandler(event, divider, self);
}
Expand Down

0 comments on commit 5227a7c

Please sign in to comment.