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:
Richard Frith-MacDonald 2010-02-22 10:13:20 +00:00
parent 80be6b9067
commit 8769dd8b6f
39 changed files with 381 additions and 333 deletions

View file

@ -399,7 +399,7 @@ static NSIndexPath *dummy = nil;
{
return YES;
}
if (other == nil || GSObjCIsKindOf(GSObjCClass(other), myClass) == NO)
if (other == nil || GSObjCIsKindOf(object_getClass(other), myClass) == NO)
{
return NO;
}