aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/SettingsObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/struct/SettingsObject.h')
-rw-r--r--src/ui/struct/SettingsObject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/struct/SettingsObject.h b/src/ui/struct/SettingsObject.h
index 653a543f..d1e85be5 100644
--- a/src/ui/struct/SettingsObject.h
+++ b/src/ui/struct/SettingsObject.h
@@ -69,7 +69,8 @@ class SettingsObject : public nlohmann::json {
* @param default_value
* @return nlohmann::json&
*/
- nlohmann::json& Check(const std::string& key, const nlohmann::json& default_value);
+ nlohmann::json& Check(const std::string& key,
+ const nlohmann::json& default_value);
/**
* @brief