mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
tweaks to use new GC API
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28051 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8687a2ed40
commit
00e2bbb843
8 changed files with 43 additions and 17 deletions
|
@ -68,8 +68,8 @@ static NSNull *null = nil;
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
class_ivar_set_gcinvisible (self, "_delegate", YES);
|
||||
class_ivar_set_gcinvisible (self, "_owner", YES);
|
||||
GSMakeWeakPointer(self, "_delegate");
|
||||
GSMakeWeakPointer(self, "_owner");
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue