mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed namespace references in GetSymbolReferences
This commit is contained in:
parent
2432ab4921
commit
edfdf7e606
2 changed files with 2 additions and 2 deletions
|
@ -4957,7 +4957,7 @@ void BfCompiler::GetSymbolReferences()
|
|||
auto typeDef = lookupKV.mValue.mTypeDef;
|
||||
if ((typeDef != NULL) && (typeDef->mNamespace.StartsWith(mResolvePassData->mSymbolReferenceNamespace)))
|
||||
{
|
||||
rebuildTypeInstList.Add(typeInst);
|
||||
AddToRebuildTypeList(typeInst, rebuildTypeInstList);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue