From e7df1390b98cb6a4b0cae1558c331a8e79d71f95 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 12 Oct 2017 16:08:18 +0200 Subject: {{templates}} polishing --- 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 beab77df..45668d4c 100644 --- a/jobs/{{base}}.cpp.mustache +++ b/jobs/{{base}}.cpp.mustache @@ -52,7 +52,7 @@ class {{camelCaseOperationId}}Job::Private delete d; } {{# properties}} -{{dataType}} {{camelCaseOperationId}}Job::{{paramName}}() const +const {{dataType}}& {{camelCaseOperationId}}Job::{{paramName}}() const { return d->{{paramName}}; } -- cgit v1.2.3