diff options
author | Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com> | 2019-04-08 22:13:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 22:13:13 +0200 |
commit | 9ab17b664dbecad4bf773048c422c66320bd45eb (patch) | |
tree | d878618ed6672c7a43e4fae76f235422e785ca8d /modules/mono | |
parent | e40aea7fecd86240502d8e2e8f8492428f8df307 (diff) | |
parent | 7a4cf6339d23965b7c36b3265777e0447c745100 (diff) |
Merge pull request #27809 from neikeq/github-pls
Workaround for syntax highlighting issue in GitHub
Diffstat (limited to 'modules/mono')
-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; |