mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([ConstantKeyedCollection -description]): Use object_get_class_name
instead of -name. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf45bfe7ef
commit
7f08658033
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
|||
[s appendFormat: @"(%@,%@) ", [k description], [o description]];
|
||||
}
|
||||
END_FOR_KEYED_COLLECTION(self);
|
||||
[s appendFormat: @" :%s\n", [self name]];
|
||||
[s appendFormat: @" :%s\n", object_get_class_name (self)];
|
||||
return [s autorelease];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue