mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-08 22:55:45 -07:00
Added zpl's ivrtual memory to dependencies (unused for now)
This commit is contained in:
@ -779,6 +779,9 @@ String AST::to_string()
|
||||
{
|
||||
result.append_fmt( "%S", Name );
|
||||
}
|
||||
|
||||
if ( IsParamPack )
|
||||
result.append("...");
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user