More fixes 3

This commit is contained in:
Ryzerth
2020-09-24 19:50:22 +02:00
parent 2056eae139
commit 5fedda08d7
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class ConfigManager {
public:
ConfigManager();
void setPath(std::string file);
void load(json default, bool lock = true);
void load(json def, bool lock = true);
void save(bool lock = true);
void enableAutoSave();
void disableAutoSave();