mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed fixit for attributes namespaces
This commit is contained in:
parent
54d107e334
commit
0f11c36da8
1 changed files with 1 additions and 1 deletions
|
@ -7722,7 +7722,7 @@ BfType* BfModule::ResolveTypeRef(BfTypeReference* typeRef, BfPopulateType popula
|
|||
|
||||
if ((resolveFlags & BfResolveTypeRefFlag_IgnoreLookupError) == 0)
|
||||
{
|
||||
TypeRefNotFound(typeRef);
|
||||
TypeRefNotFound(typeRef, ((resolveFlags & Beefy::BfResolveTypeRefFlag_Attribute) != 0) ? "Attribute" : NULL);
|
||||
return ResolveTypeResult(typeRef, NULL, populateType, resolveFlags);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue