Author: paullanders
Date: Tue Nov  8 02:57:10 2016
New Revision: 40195

URL: http://svn.gna.org/viewcvs/gnustep?rev=40195&view=rev
Log:
fix [NSTableView setDropRow:] types

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=40195&r1=40194&r2=40195&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     Tue Nov 
 8 02:57:10 2016
@@ -5623,7 +5623,7 @@
   return [image autorelease];
 }
 
-- (void) setDropRow: (int)row
+- (void) setDropRow: (NSInteger)row
       dropOperation: (NSTableViewDropOperation)operation
 {
   if (row < -1 || row > _numberOfRows 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to