mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-30 19:01:02 -07:00
Fixes for serializations found with last commit's test.
Should be fine to move on to next major feature....
This commit is contained in:
@ -589,7 +589,7 @@ String AST::to_string()
|
||||
|
||||
if ( Name == nullptr)
|
||||
{
|
||||
result.append( "struct\n{\n%s\n};", Body->to_string() );
|
||||
result.append_fmt( "struct\n{\n%s\n};", Body->to_string() );
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user