Workaround for syntax highlighting issue in GitHub

(cherry picked from commit 7a4cf6339d)
This commit is contained in:
Ignacio Etcheverry 2019-04-08 13:18:21 +02:00 committed by Hein-Pieter van Braam-Stewart
parent 24ac1439e8
commit 17cb8878c7
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
#define BINDINGS_GENERATOR_VERSION UINT32_C(7)
const char *BindingsGenerator::TypeInterface::DEFAULT_VARARG_C_IN = "\t%0 %1_in = %1;\n";
const char *BindingsGenerator::TypeInterface::DEFAULT_VARARG_C_IN("\t%0 %1_in = %1;\n");
bool BindingsGenerator::verbose_output = false;