mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
9d46c5fd18
commit
53beb40301
39 changed files with 381 additions and 333 deletions
|
@ -847,7 +847,7 @@ static Class concreteMutableClass = nil;
|
|||
|
||||
- (id) init
|
||||
{
|
||||
if (GSObjCClass(self) == abstractClass)
|
||||
if (object_getClass(self) == abstractClass)
|
||||
{
|
||||
id obj;
|
||||
|
||||
|
@ -1124,7 +1124,7 @@ static Class concreteMutableClass = nil;
|
|||
|
||||
- (id) init
|
||||
{
|
||||
if (GSObjCClass(self) == abstractMutableClass)
|
||||
if (object_getClass(self) == abstractMutableClass)
|
||||
{
|
||||
id obj;
|
||||
|
||||
|
@ -1138,7 +1138,7 @@ static Class concreteMutableClass = nil;
|
|||
|
||||
- (id) initWithBitmap: (NSData*)bitmap
|
||||
{
|
||||
if (GSObjCClass(self) == abstractMutableClass)
|
||||
if (object_getClass(self) == abstractMutableClass)
|
||||
{
|
||||
id obj;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue