Forgot to assign PostNameMacro in parse_params's ast node

This commit is contained in:
Edward R. Gonzalez 2024-10-19 21:08:29 -04:00
parent 84788586e6
commit 014925b5c6

View File

@ -9932,6 +9932,8 @@ namespace parser
if ( name.Length > 0 ) if ( name.Length > 0 )
param->Name = get_cached_string( name ); param->Name = get_cached_string( name );
param->PostNameMacro = post_name_macro;
param->ValueType = type; param->ValueType = type;
if ( value ) if ( value )