Index: Source/bindings/templates/conversions.cpp |
diff --git a/Source/bindings/templates/conversions.cpp b/Source/bindings/templates/conversions.cpp |
index fdf9d7815aed9abea7f9c0e074b5894594c9be78..98e48d9e7db706922197caddc43ed9cf6e217e77 100644 |
--- a/Source/bindings/templates/conversions.cpp |
+++ b/Source/bindings/templates/conversions.cpp |
@@ -32,7 +32,7 @@ if ({{item.check_expression}}) |
{% macro declare_enum_validation_variable(enum_values) %} |
-static const char* validValues[] = { |
+const char* validValues[] = { |
{% for enum_value in enum_values %} |
"{{enum_value}}", |
{% endfor %} |