Author: paullanders
Date: Tue Jan 10 19:41:15 2017
New Revision: 40287

URL: http://svn.gna.org/viewcvs/gnustep?rev=40287&view=rev
Log:
Fix NSOutlineView private method declaration to match the corresponding method 
in NSTableView

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSOutlineView.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSOutlineView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSOutlineView.m?rev=40287&r1=40286&r2=40287&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSOutlineView.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSOutlineView.m   Tue Jan 
10 19:41:15 2017
@@ -112,7 +112,7 @@
                               row: (int)index;
 - (void) _setObjectValue: (id)value
           forTableColumn: (NSTableColumn *)tb
-                     row: (int) index;
+                     row: (NSInteger) index;
 // Testplant-MAL-2015-07-01: _numOfRows omitted due to NSTableView 
 // numberOfRows changes to match Cocoa processing sequence...
 @end
@@ -1929,7 +1929,7 @@
 
 - (void) _setObjectValue: (id)value
           forTableColumn: (NSTableColumn *)tb
-                     row: (int) index
+                     row: (NSInteger) index
 {
   if ([_dataSource respondsToSelector:
     @selector(outlineView:setObjectValue:forTableColumn:byItem:)])


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to