Author: mlytwyn
Date: Wed Feb 1 03:17:33 2017
New Revision: 40319
URL: http://svn.gna.org/viewcvs/gnustep?rev=40319&view=rev
Log:
Fix method prototype for NSInteger/CGFloat usage
Modified:
libs/gui/branches/gnustep_testplant_branch/Source/NSTableHeaderView.m
Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableHeaderView.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSTableHeaderView.m?rev=40319&r1=40318&r2=40319&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableHeaderView.m
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableHeaderView.m
Wed Feb 1 03:17:33 2017
@@ -54,8 +54,8 @@
#define mouse_sensitivity 4
@interface NSTableView (GNUstepPrivate)
-- (void) _userResizedTableColumn: (int)index
- width: (float)width;
+- (void) _userResizedTableColumn: (NSInteger)index
+ width: (CGFloat)width;
- (CGFloat *) _columnOrigins;
- (void) _mouseDownInHeaderOfTableColumn: (NSTableColumn *)tc;
- (void) _clickTableColumn: (NSTableColumn *)tc;
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs