mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOControl/EOClassDescription.m
([EOClassDescription +classDescriptionForClass:): Replaced deprecated GSObjCName() with GSNameFromClass(). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b5fa995209
commit
cb68c58652
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ static id classDelegate = nil;
|
|||
if (!classDescription)
|
||||
{
|
||||
NSLog(@"Warning: No class description for class named: %s",
|
||||
GSObjCName(aClass));
|
||||
GSNameFromClass(aClass));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue