summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 1192861..ca2303f 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -38,7 +38,7 @@ public:
std::string NSFWChannelColor { "#ed6666" };
};
- SettingsManager(std::string_view filename);
+ SettingsManager(const std::string &filename);
void Close();
bool IsValid() const;