1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Apply code review comments

This commit is contained in:
Ted John
2020-11-10 20:18:17 +00:00
parent 086f10c183
commit dfcd8a4bbc
5 changed files with 46 additions and 43 deletions

View File

@@ -154,7 +154,7 @@ namespace String
}
}
bool Equals(const std::string_view& a, const std::string_view& b, bool ignoreCase)
bool Equals(const std::string_view a, const std::string_view b, bool ignoreCase)
{
if (ignoreCase)
{