mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed qualified attribute name lookup
This commit is contained in:
parent
6ded6a37cc
commit
52897cc936
1 changed files with 2 additions and 0 deletions
|
@ -10882,6 +10882,8 @@ BfType* BfModule::ResolveTypeRef(BfTypeReference* typeRef, BfPopulateType popula
|
||||||
genericTypeRef->mElementType->ToString(findName);
|
genericTypeRef->mElementType->ToString(findName);
|
||||||
else
|
else
|
||||||
qualifiedTypeRef->mRight->ToString(findName);
|
qualifiedTypeRef->mRight->ToString(findName);
|
||||||
|
if ((resolveFlags & BfResolveTypeRefFlag_Attribute) != 0)
|
||||||
|
findName += "Attribute";
|
||||||
}
|
}
|
||||||
else if ((activeTypeDef != NULL) && (activeTypeDef->mNamespace.EndsWith(leftComposite)))
|
else if ((activeTypeDef != NULL) && (activeTypeDef->mNamespace.EndsWith(leftComposite)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue