aboutsummaryrefslogtreecommitdiff
path: root/jobs/{{base}}.cpp.mustache
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-10-12 16:08:18 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-10-12 16:08:18 +0200
commite7df1390b98cb6a4b0cae1558c331a8e79d71f95 (patch)
tree2aa1722f5cb69082201f3c6744946c9ff8765cf8 /jobs/{{base}}.cpp.mustache
parent13d1943710025d6a9dd6011b67c083ac9b00aa75 (diff)
downloadlibquotient-e7df1390b98cb6a4b0cae1558c331a8e79d71f95.tar.gz
libquotient-e7df1390b98cb6a4b0cae1558c331a8e79d71f95.zip
{{templates}} polishing
Diffstat (limited to 'jobs/{{base}}.cpp.mustache')
-rw-r--r--jobs/{{base}}.cpp.mustache2
1 files changed, 1 insertions, 1 deletions
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}};
}