diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-24 03:29:29 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-24 03:29:29 -0500 |
commit | 8f30bb33a3d79a7207809b35d4a39751e4d53123 (patch) | |
tree | 6eacd05ac9b6e4fe2e22adb47cf4c9583d1aaf32 /src/settings.hpp | |
parent | 4326c5e29b279ba8ca58139848aaea4e3c62fb03 (diff) | |
download | abaddon-portaudio-8f30bb33a3d79a7207809b35d4a39751e4d53123.tar.gz abaddon-portaudio-8f30bb33a3d79a7207809b35d4a39751e4d53123.zip |
fix build
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 2 |
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; |