1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Mark classes as final

This may hint compiler to de-virtualise some calls.
This commit is contained in:
Michał Janiszewski
2016-10-04 19:14:29 +02:00
committed by Ted John
parent 4b92e5e820
commit 71d0861be1
35 changed files with 52 additions and 52 deletions

View File

@@ -61,7 +61,7 @@ struct ScenarioOverride
};
};
class LanguagePack : public ILanguagePack
class LanguagePack final : public ILanguagePack
{
private:
uint16 _id;