mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Corrected argument type for descriptionTo:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3493 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
27ec3838e8
commit
b6e52cf48a
2 changed files with 2 additions and 2 deletions
|
@ -491,7 +491,7 @@ static IMP msInitImp; /* designated initialiser for mutable */
|
|||
return [self initWithCStringNoCopy: buf length: length fromZone: z];
|
||||
}
|
||||
|
||||
- (void) descriptionTo: (NSMutableString*)output
|
||||
- (void) descriptionTo: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
if (_count == 0)
|
||||
{
|
||||
|
|
|
@ -2679,7 +2679,7 @@ else
|
|||
return [d writeToFile: filename atomically: useAuxiliaryFile];
|
||||
}
|
||||
|
||||
- (void) descriptionTo: (NSMutableString*)output
|
||||
- (void) descriptionTo: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
static NSCharacterSet *quotables = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue