mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix compile warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40320 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a334cb51a7
commit
400a05bd8b
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
@end
|
||||
|
||||
@interface NSCell (Private)
|
||||
@interface NSCell (GNUstepPrivate)
|
||||
- (void) _setInEditing: (BOOL)flag;
|
||||
- (BOOL) _inEditing;
|
||||
- (void) _drawEditorWithFrame: (NSRect)cellFrame
|
||||
|
|
Loading…
Reference in a new issue