mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
(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:
parent
08ae06a62c
commit
c5854855bf
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@
|
|||
/* xxx Deal with this. */
|
||||
- autorelease
|
||||
{
|
||||
[self notImplemented:_cmd];
|
||||
return nil;
|
||||
return [super autorelease];
|
||||
}
|
||||
|
||||
- registerForInvalidationNotification: (id <InvalidationListening>)anObject
|
||||
|
|
Loading…
Reference in a new issue