mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-04 11:33:27 +03:00
fix build
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
SettingsManager::SettingsManager(std::string_view filename)
|
||||
SettingsManager::SettingsManager(const std::string &filename)
|
||||
: m_filename(filename) {
|
||||
if (!std::filesystem::exists(filename)) {
|
||||
std::fstream fs;
|
||||
|
||||
@@ -38,7 +38,7 @@ public:
|
||||
std::string NSFWChannelColor { "#ed6666" };
|
||||
};
|
||||
|
||||
SettingsManager(std::string_view filename);
|
||||
SettingsManager(const std::string &filename);
|
||||
|
||||
void Close();
|
||||
bool IsValid() const;
|
||||
|
||||
Reference in New Issue
Block a user