summaryrefslogtreecommitdiff
path: root/editor/editor_property_name_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_property_name_processor.h')
-rw-r--r--editor/editor_property_name_processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h
index efd7abced3..616c4cac46 100644
--- a/editor/editor_property_name_processor.h
+++ b/editor/editor_property_name_processor.h
@@ -38,6 +38,7 @@ class EditorPropertyNameProcessor : public Node {
static EditorPropertyNameProcessor *singleton;
+ mutable Map<String, String> capitalize_string_cache;
Map<String, String> capitalize_string_remaps;
String _capitalize_name(const String &p_name) const;