mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
bffc9a48e7
commit
c77981a8f3
1 changed files with 6 additions and 1 deletions
|
@ -419,7 +419,12 @@ static Class NSMutableSet_concrete_class;
|
|||
|
||||
- (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
|
||||
|
|
Loading…
Reference in a new issue