Skip to content

Commit feddd15

Browse files
committed
added model brace initialisation
1 parent ff780fa commit feddd15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/cpp-restbed-server/api-header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private:
7878
{{/vendorExtensions.x-codegen-otherMethods}}
7979

8080
{{#allParams}}
81-
{{{dataType}}} {{paramName}};
81+
{{{dataType}}} {{paramName}}{};
8282
{{/allParams}}
8383
};
8484

0 commit comments

Comments
 (0)