Fixed registration of tentative classes

This commit is contained in:
alexey.lysiuk 2017-04-13 12:03:45 +03:00
parent c99cecea8e
commit cbf2a21c83
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ PClass *PClass::FindClassTentative(FName name)
Derive(type, name); Derive(type, name);
type->Size = TentativeClass; type->Size = TentativeClass;
InsertIntoHash(); type->InsertIntoHash();
return type; return type;
} }