Codechange: use const for std::string_view where appropriate
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
/**
|
||||
* Get the description of a certain Script config option.
|
||||
*/
|
||||
const ScriptConfigItem *GetConfigItem(const std::string_view name) const;
|
||||
const ScriptConfigItem *GetConfigItem(std::string_view name) const;
|
||||
|
||||
/**
|
||||
* Set a setting.
|
||||
|
||||
Reference in New Issue
Block a user