mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
6b65c7d2bb
commit
a334cb51a7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue