Fixed name errro

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-01-02 10:11:32 +00:00
parent 565f9356d9
commit af91c911bd

View file

@ -212,7 +212,7 @@ static NSMutableSet *textNodes = nil;
*/
while (x != nil)
{
x = [localRefs globalRef: x type: @"class"];
x = [localRefs globalRef: x type: @"super"];
if (x != nil)
{
s = [localRefs unitRef: r type: t unit: x];