mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
fix builtin attrib matching
This commit is contained in:
parent
4d0f4b76bc
commit
b58c0d4055
7 changed files with 38 additions and 7 deletions
|
@ -2367,7 +2367,7 @@ void BfMangler::HandleParamCustomAttributes(BfAttributeDirective* attributes, bo
|
|||
{
|
||||
if (attributes->mAttributeTypeRef != NULL)
|
||||
{
|
||||
auto typeRefName = attributes->mAttributeTypeRef->ToString();
|
||||
auto typeRefName = attributes->mAttributeTypeRef->ToCleanAttributeString();
|
||||
if (typeRefName == "MangleConst")
|
||||
isConst = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue