mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Remove by-reference string_view
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Json
|
||||
fs.Write(jsonOutput, jsonOutputSize);
|
||||
}
|
||||
|
||||
json_t* FromString(const std::string_view& raw)
|
||||
json_t* FromString(std::string_view raw)
|
||||
{
|
||||
json_t* root;
|
||||
json_error_t error;
|
||||
|
||||
Reference in New Issue
Block a user