aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_settings.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias2018-05-16 12:23:20 -0300
committerMichael Alexsander Silva Dias2018-05-16 12:44:15 -0300
commite03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5 (patch)
treed9a001920c6c8ebb1a720001dfd7fbb81ebb8f6e /editor/editor_settings.h
parent760ec584df5ab1126b73a8c0d47637916e22250e (diff)
downloadgodot-e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5.tar.gz
godot-e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5.tar.zst
godot-e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5.zip
Diffstat (limited to 'editor/editor_settings.h')
-rw-r--r--editor/editor_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_settings.h b/editor/editor_settings.h
index e196ca506..b48aac89c 100644
--- a/editor/editor_settings.h
+++ b/editor/editor_settings.h
@@ -167,7 +167,7 @@ public:
String get_cache_dir() const;
void set_project_metadata(const String &p_section, const String &p_key, Variant p_data);
- Variant get_project_metadata(const String &p_section, const String &p_key, Variant p_default);
+ Variant get_project_metadata(const String &p_section, const String &p_key, Variant p_default) const;
void set_favorite_dirs(const Vector<String> &p_favorites_dirs);
Vector<String> get_favorite_dirs() const;