mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
565f9356d9
commit
af91c911bd
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue