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:
Marcian Lytwyn 2017-02-05 16:50:32 +00:00
parent a334cb51a7
commit 400a05bd8b

View file

@ -99,7 +99,7 @@
}
@end
@interface NSCell (Private)
@interface NSCell (GNUstepPrivate)
- (void) _setInEditing: (BOOL)flag;
- (BOOL) _inEditing;
- (void) _drawEditorWithFrame: (NSRect)cellFrame