(autorelease): Implemented.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@173 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-03-23 03:38:44 +00:00
parent 08ae06a62c
commit c5854855bf

View file

@ -81,8 +81,7 @@
/* xxx Deal with this. */
- autorelease
{
[self notImplemented:_cmd];
return nil;
return [super autorelease];
}
- registerForInvalidationNotification: (id <InvalidationListening>)anObject