Merge branch 'string_view' into 'master'

Move a couple of files from `const std::string&` to `std::string_view`

See merge request OpenMW/openmw!1901
This commit is contained in:
psi29a 2022-05-22 10:45:35 +00:00
commit 8dd3e53a30
6 changed files with 14 additions and 17 deletions

View file

@ -284,7 +284,7 @@ void loadCell(const Arguments& info, ESM::Cell &cell, ESM::ESMReader &esm, ESMDa
}
}
void printRawTes3(const std::string& path)
void printRawTes3(std::string_view path)
{
std::cout << "TES3 RAW file listing: " << path << '\n';
ESM::ESMReader esm;