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:
committed by
Ted John
parent
4b92e5e820
commit
71d0861be1
@@ -61,7 +61,7 @@ struct ScenarioOverride
|
||||
};
|
||||
};
|
||||
|
||||
class LanguagePack : public ILanguagePack
|
||||
class LanguagePack final : public ILanguagePack
|
||||
{
|
||||
private:
|
||||
uint16 _id;
|
||||
|
||||
Reference in New Issue
Block a user