Codechange: rewrite script string-to-settings conversion to C++
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
||||
/**
|
||||
* Set the value of a setting for this config.
|
||||
*/
|
||||
void SetSetting(const std::string &name, int value);
|
||||
void SetSetting(const std::string_view name, int value);
|
||||
|
||||
/**
|
||||
* Reset all settings to their default value.
|
||||
|
Reference in New Issue
Block a user