mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:21:08 +00:00
fix type mismatch between interface and declaration.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40084 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9468f2180c
commit
afdb6075a1
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ typedef struct _tableViewFlags
|
|||
@end
|
||||
|
||||
@interface NSTableView (EventLoopHelper)
|
||||
- (void) _trackCellAtColumn:(int)column row:(int)row withEvent:(NSEvent *)ev;
|
||||
- (void) _trackCellAtColumn:(NSInteger)column row:(NSInteger)row withEvent:(NSEvent *)ev;
|
||||
- (BOOL) _startDragOperationWithEvent:(NSEvent *)theEvent clickedRow:(NSUInteger)clickedRow;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue