Implemented external referencing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11569 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-11-29 07:38:04 +00:00
parent 68b2a29dd3
commit fb2d96cada
4 changed files with 216 additions and 12 deletions

View file

@ -474,7 +474,7 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
else
{
sel = @"-";
str = [NSString stringWithFormat: @"- (%@)",
str = [NSString stringWithFormat: @"- (%@) ",
[self typeRef: str]];
}
children = nil;