summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
Diffstat (limited to 'core/include')
-rw-r--r--core/include/turns/core/settings.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/turns/core/settings.hpp b/core/include/turns/core/settings.hpp
index d864d86..304394d 100644
--- a/core/include/turns/core/settings.hpp
+++ b/core/include/turns/core/settings.hpp
@@ -13,7 +13,7 @@ namespace turns::core
auto constexpr disposition_hostile_color = "disposition-color-hostile";
auto constexpr disposition_secret_color = "disposition-color-secret";
auto constexpr skip_defeated = "skip-defeated";
- } // namespace key
+ } // namespace settings::key
auto get_settings() -> Glib::RefPtr<Gio::Settings>;
} // namespace turns::core