Author: paullanders Date: Thu Sep 15 22:14:00 2016 New Revision: 40084 URL: http://svn.gna.org/viewcvs/gnustep?rev=40084&view=rev Log: fix type mismatch between interface and declaration.
Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m URL: http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m?rev=40084&r1=40083&r2=40084&view=diff ============================================================================== --- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m (original) +++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m Thu Sep 15 22:14:00 2016 @@ -170,7 +170,7 @@ @end @interface NSTableView (EventLoopHelper) -- (void) _trackCellAtColumn:(int)column row:(int)row withEvent:(NSEvent *)ev; +- (void) _trackCellAtColumn:(NSInteger)column row:(NSInteger)row withEvent:(NSEvent *)ev; - (BOOL) _startDragOperationWithEvent:(NSEvent *)theEvent clickedRow:(NSUInteger)clickedRow; @end _______________________________________________ Gnustep-cvs mailing list Gnustep-cvs@gna.org https://mail.gna.org/listinfo/gnustep-cvs