Change return type of -initWithWindowRef: to id.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17620 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2003-09-04 16:47:30 +00:00
parent 7446e72247
commit b688282203
3 changed files with 7 additions and 2 deletions

View file

@ -4032,7 +4032,7 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
[_toolbar runCustomizationPalette: sender];
}
- (NSWindow *) initWithWindowRef: (void *)windowRef
- (id) initWithWindowRef: (void *)windowRef
{
// TODO
NSLog(@"Method %s is not implemented for class %s",