mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-23 20:01:15 +00:00
fixup access via isa
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@36999 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af713175d7
commit
c75a6a8231
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ static void removeItem(GSCacheItem *item, GSCacheItem **first)
|
||||||
}
|
}
|
||||||
[exclude addObject: self];
|
[exclude addObject: self];
|
||||||
|
|
||||||
return class_getInstanceSize(isa);
|
return class_getInstanceSize(object_getClass(self));
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue