diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-04-08 13:18:21 +0200 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-04-08 14:52:01 +0200 |
commit | 7a4cf6339d23965b7c36b3265777e0447c745100 (patch) | |
tree | 7ecb2b78e68e5c522d4adc16ac7c88afee0ecab9 | |
parent | 01c2071d047909a1b98793d2a3f08a3c220d96fd (diff) |
Workaround for syntax highlighting issue in GitHub
-rw-r--r-- | modules/mono/editor/bindings_generator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/bindings_generator.cpp b/modules/mono/editor/bindings_generator.cpp index 84e2303cf6..cb4eb46052 100644 --- a/modules/mono/editor/bindings_generator.cpp +++ b/modules/mono/editor/bindings_generator.cpp @@ -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; |