mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Fixed autorelease implementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4129 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1028ed318
commit
15423dcef5
1 changed files with 2 additions and 1 deletions
|
@ -1227,8 +1227,9 @@ GSTimeNow()
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) autorelease
|
||||
- (id) autorelease
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) release
|
||||
|
|
Loading…
Reference in a new issue