mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
8d46a61c7d
commit
fe5c6189cf
2 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
#define _GNUstep_H_NSColorPicking
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#import <objc/Protocol.h>
|
||||
|
||||
@class NSColor;
|
||||
@class NSColorPanel;
|
||||
@class NSView;
|
||||
|
|
Loading…
Reference in a new issue