Skip to content

Commit

Permalink
fix static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Dec 29, 2024
1 parent fd83aa4 commit bd8d745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/pcfg_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ProjectConfigLoader : public RefCounted {
Error save_custom(const String &p_path, const uint32_t ver_major, const uint32_t ver_minor);
Error _save_settings_text(const String &p_file, const RBMap<String, List<String>> &props, const uint32_t ver_major, const uint32_t ver_minor);
Error _save_settings_text(const String &p_file);
bool is_loaded() const { return loaded; };
bool is_loaded() const { return loaded; }
bool has_setting(String p_var) const;
Variant get_setting(String p_var, Variant default_value) const;
Error remove_setting(String p_var);
Expand Down

0 comments on commit bd8d745

Please sign in to comment.