mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:50:47 +00:00
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:
parent
3bccdadd9e
commit
f81d98ffd2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
/*
|
||||
* Initializing an NSTableColumn instance
|
||||
*/
|
||||
- (NSTableColumn *) initWithIdentifier: (id)anObject;
|
||||
- (id) initWithIdentifier: (id)anObject;
|
||||
/*
|
||||
* Managing the Identifier
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue