mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 12:07:51 +03:00
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:
commit
8dd3e53a30
6 changed files with 14 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue