Author: mlytwyn
Date: Sat Apr  8 02:04:47 2017
New Revision: 40456

URL: http://svn.gna.org/viewcvs/gnustep?rev=40456&view=rev
Log:
Fix warning on duplicate category definition

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSImageCell.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSImageCell.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSImageCell.m?rev=40456&r1=40455&r2=40456&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSImageCell.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSImageCell.m     Sat Apr 
 8 02:04:47 2017
@@ -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;


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to