Removed Protocol.h import to eliminate potential return type conflicts, between

-(unsigned int)hash from Object and -(NSUInteger)hash from NSObject, when the 
receiver is of type (id).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2010-05-19 15:54:06 +00:00
parent 8d46a61c7d
commit fe5c6189cf
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2010-05-19 Quentin Mathe <quentin.mathe@gmail.com>
* Headers/AppKit/NSColorPicking.h: Removed Protocol.h import to
eliminate potential return type conflicts, between -(unsigned int)hash
from Object and -(NSUInteger)hash from NSObject, when the receiver is
of type (id).
2010-05-19 Riccardo Mottola <rmottola@users.sf.net>
* Source/GSVbox.m,

View file

@ -31,8 +31,6 @@
#define _GNUstep_H_NSColorPicking
#import <GNUstepBase/GSVersionMacros.h>
#import <objc/Protocol.h>
@class NSColor;
@class NSColorPanel;
@class NSView;