mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-08 01:36:11 -08: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