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

Correct further warnings

This commit is contained in:
duncanspumpkin
2021-04-10 07:47:17 +01:00
parent 4b457ae4fb
commit c44888a556
3 changed files with 3 additions and 3 deletions

View File

@@ -1640,7 +1640,7 @@ int32_t scenario_save(const utf8* path, int32_t flags)
return result;
}
class ParkFileImporter : public IParkImporter
class ParkFileImporter final : public IParkImporter
{
private:
#ifdef __clang__