Workaround for syntax highlighting issue in GitHub
This commit is contained in:
parent
01c2071d04
commit
7a4cf6339d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
|
||||
#define BINDINGS_GENERATOR_VERSION UINT32_C(8)
|
||||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue