This commit is contained in:
Your Name
2025-04-23 22:05:28 +12:00
parent f9b67ff4c0
commit 986b9be2b4
4 changed files with 17 additions and 15 deletions

View File

@ -17,7 +17,7 @@ class config {
void init_local_config_directory(const std::string& path);
private:
std::string local_config_directory;
std::string mLocalConfigPath;
};