(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:
mccallum 1995-03-23 03:38:44 +00:00
parent 3bd97746b3
commit 591841c5d7

View file

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