mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Fix various Cppcheck warnings (#15081)
This commit is contained in:
@@ -150,7 +150,7 @@ private:
|
||||
_nextDownloadQueued = true;
|
||||
}
|
||||
|
||||
void DownloadObject(const rct_object_entry& entry, const std::string name, const std::string url)
|
||||
void DownloadObject(const rct_object_entry& entry, const std::string& name, const std::string& url)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user