mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Source/NSTableColumn.m: 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@11649 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
adc15db374
commit
c82a721e48
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
/*
|
||||
* Initializing an NSTableColumn instance
|
||||
*/
|
||||
- (NSTableColumn*)initWithIdentifier: (id)anObject
|
||||
- (id)initWithIdentifier: (id)anObject
|
||||
{
|
||||
self = [super init];
|
||||
_width = 0;
|
||||
|
|
Loading…
Reference in a new issue