1
0
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:
Hielke Morsink
2021-07-24 23:41:50 +02:00
committed by GitHub
parent cd98ca0d8e
commit c887a049d2
11 changed files with 29 additions and 33 deletions

View File

@@ -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
{