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:
richard 1998-12-18 17:15:49 +00:00
parent fcf610c797
commit f3b114451c
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{