mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
deprecates some gnustep runtime wrappers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80be6b9067
commit
8769dd8b6f
39 changed files with 381 additions and 333 deletions
|
@ -115,7 +115,7 @@ static Class NSCountedSet_concrete_class;
|
|||
- (id) initWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
unsigned count;
|
||||
Class c = GSObjCClass(self);
|
||||
Class c = object_getClass(self);
|
||||
|
||||
if (c == NSCountedSet_abstract_class)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue