fix
This commit is contained in:
@ -55,7 +55,7 @@ public:
|
||||
get_provider_name(const provider_type &prov) -> std::string;
|
||||
|
||||
public:
|
||||
app_config(const provider_type &prov, const std::string &data_directory = "");
|
||||
app_config(const provider_type &prov, std::string_view data_directory = "");
|
||||
|
||||
~app_config() { save(); }
|
||||
|
||||
|
Reference in New Issue
Block a user