From b052b4c3ebc65dc573a36bfb0e1d98e91f49ca18 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 5 Jan 2018 11:12:20 +0900 Subject: {{base}}.cpp.mustache: Fix addExpectedContentType() invocation code --- jobs/{{base}}.cpp.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs/{{base}}.cpp.mustache') diff --git a/jobs/{{base}}.cpp.mustache b/jobs/{{base}}.cpp.mustache index 6621f173..1461dec5 100644 --- a/jobs/{{base}}.cpp.mustache +++ b/jobs/{{base}}.cpp.mustache @@ -74,7 +74,7 @@ class {{camelCaseOperationId}}Job::Private {{/string?}}{{/required?}} _data.insert("{{baseName}}", toJson({{paramName}}));{{/bodyParams}} setRequestData(_data);{{/inlineBody}}{{#produces?}} {{#produces}} - addExpectedContentType({{_}});{{/produces}}{{/produces?}} + addExpectedContentType("{{_}}");{{/produces}}{{/produces?}} }{{/bodyParams?}}{{^bodyParams?}}{ }{{/bodyParams?}} {{# responses}}{{#normalResponse?}}{{#allProperties?}} {{camelCaseOperationId}}Job::~{{camelCaseOperationId}}Job() = default; -- cgit v1.2.3