Преглед изворни кода

Merge pull request #27809 from neikeq/github-pls

Workaround for syntax highlighting issue in GitHub
Ignacio Roldán Etcheverry пре 6 година
родитељ
комит
9ab17b664d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/mono/editor/bindings_generator.cpp

+ 1 - 1
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;