diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-30 03:36:29 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-30 03:36:29 +0900 |
commit | bcdede472add732c49c95564034c8cfa1c38c725 (patch) | |
tree | f8a67ed14c6439633ec4ddc7f2bb16e235ce97fd /jobs/{{base}}.h.mustache | |
parent | 357625eb55e2f4569bb487ffe14a9236188e25f3 (diff) | |
download | libquotient-bcdede472add732c49c95564034c8cfa1c38c725.tar.gz libquotient-bcdede472add732c49c95564034c8cfa1c38c725.zip |
Generated jobs: Apply naming convention to parameters
It's now camelCase everywhere, even if The Spec uses snake_case (it is
not consistent in that respect).
Diffstat (limited to 'jobs/{{base}}.h.mustache')
-rw-r--r-- | jobs/{{base}}.h.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/{{base}}.h.mustache b/jobs/{{base}}.h.mustache index 65c79e24..a751df9d 100644 --- a/jobs/{{base}}.h.mustache +++ b/jobs/{{base}}.h.mustache @@ -6,7 +6,7 @@ {{/operations}} {{#imports}}#include {{.}} {{/imports}} -{{#models}}#include "jobs/converters.h" +{{#models}}#include "converters.h" {{/models}} namespace QMatrixClient { |