1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Reflect Filtered, extension attribs fix, generic arg BfAstNode

This commit is contained in:
Brian Fiete 2022-02-04 12:00:43 -05:00
parent 6315d81207
commit 361be9dc92
13 changed files with 75 additions and 26 deletions

View file

@ -4365,7 +4365,7 @@ void BfCompiler::ProcessAutocompleteTempType()
if (tempTypeDef->mTypeDeclaration->mAttributes != NULL)
{
auto customAttrs = module->GetCustomAttributes(tempTypeDef);
auto customAttrs = module->GetCustomAttributes(tempTypeDef);
delete customAttrs;
}