Fix warning on duplicate category definition

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40456 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-04-08 00:04:47 +00:00
parent 98894760b9
commit 3ff9ce440d

View file

@ -36,7 +36,7 @@
#import "GNUstepGUI/GSTheme.h"
#import "GSGuiPrivate.h"
@interface NSCell (Private)
@interface NSCell (GNUstepPrivate)
- (NSSize) _scaleImageWithSize: (NSSize)imageSize
toFitInSize: (NSSize)canvasSize
scalingType: (NSImageScaling)scalingType;