mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Correct further warnings
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user