mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
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:
parent
98894760b9
commit
3ff9ce440d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue