Headers/gnustep/gui/NSTableColumn.h: changed the initWithIdentifier return

type from NSTableColumn* to id. It prevents warning when subclassing and is
consistent with the docs.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11646 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
pyr 2001-12-07 13:45:18 +00:00
parent 3bccdadd9e
commit f81d98ffd2

View file

@ -50,7 +50,7 @@
/*
* Initializing an NSTableColumn instance
*/
- (NSTableColumn *) initWithIdentifier: (id)anObject;
- (id) initWithIdentifier: (id)anObject;
/*
* Managing the Identifier
*/