From bcdede472add732c49c95564034c8cfa1c38c725 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 30 Nov 2017 03:36:29 +0900 Subject: 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). --- jobs/{{base}}.h.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs/{{base}}.h.mustache') 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 { -- cgit v1.2.3