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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user