diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-12 16:08:18 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-12 16:08:18 +0200 |
commit | e7df1390b98cb6a4b0cae1558c331a8e79d71f95 (patch) | |
tree | 2aa1722f5cb69082201f3c6744946c9ff8765cf8 /jobs/{{base}}.cpp.mustache | |
parent | 13d1943710025d6a9dd6011b67c083ac9b00aa75 (diff) | |
download | libquotient-e7df1390b98cb6a4b0cae1558c331a8e79d71f95.tar.gz libquotient-e7df1390b98cb6a4b0cae1558c331a8e79d71f95.zip |
{{templates}} polishing
Diffstat (limited to 'jobs/{{base}}.cpp.mustache')
-rw-r--r-- | jobs/{{base}}.cpp.mustache | 2 |
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}}; } |