mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Refactor to use string_view more properly
This commit is contained in:
@@ -30,7 +30,7 @@ namespace OpenRCT2::Ui
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
rct_window* ShowError(const std::string_view& /*title*/, const std::string_view& /*message*/) override
|
||||
rct_window* ShowError(std::string_view /*title*/, std::string_view /*message*/) override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user