summaryrefslogtreecommitdiff
path: root/core/variant/dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/variant/dictionary.h')
-rw-r--r--core/variant/dictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant/dictionary.h b/core/variant/dictionary.h
index e6d8ebe25b..8935d35ed9 100644
--- a/core/variant/dictionary.h
+++ b/core/variant/dictionary.h
@@ -86,7 +86,7 @@ public:
Dictionary duplicate(bool p_deep = false) const;
Dictionary recursive_duplicate(bool p_deep, int recursion_count) const;
- void set_read_only(bool p_enable);
+ void make_read_only();
bool is_read_only() const;
const void *id() const;