Fix method prototype for NSInteger/CGFloat usage

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-02-01 02:17:33 +00:00
parent 6b65c7d2bb
commit a334cb51a7

View file

@ -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;