mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Improved description.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3235 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1676abbe2f
commit
422963b224
1 changed files with 6 additions and 1 deletions
|
@ -419,7 +419,12 @@ static Class NSMutableSet_concrete_class;
|
||||||
|
|
||||||
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
|
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
|
||||||
{
|
{
|
||||||
return [[self allObjects] descriptionWithLocale: locale];
|
return [self descriptionWithLocale: locale indent: 0];
|
||||||
|
}
|
||||||
|
|
||||||
|
- (NSString*) descriptionWithLocale: (NSDictionary*)locale indent: (unsigned)i
|
||||||
|
{
|
||||||
|
return [[self allObjects] descriptionWithLocale: locale indent: i];
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue