Added support for unicode paths (filesystem::path approach)
This commit is contained in:
parent
351515f025
commit
b409b5f7cc
14 changed files with 143 additions and 104 deletions
|
|
@ -50,7 +50,7 @@ void SettingsManager::SetSettings(std::string settings_key, json new_settings)
|
|||
settings_data[settings_key] = new_settings;
|
||||
}
|
||||
|
||||
void SettingsManager::LoadSettings(std::string filename)
|
||||
void SettingsManager::LoadSettings(const filesystem::path& filename)
|
||||
{
|
||||
/*---------------------------------------------------------*\
|
||||
| Clear any stored settings before loading |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue