mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Mark classes as final to help devirtualisation
This commit is contained in:
@@ -33,7 +33,7 @@ extern "C"
|
||||
#include "../object_list.h"
|
||||
}
|
||||
|
||||
class ObjectManager : public IObjectManager
|
||||
class ObjectManager final : public IObjectManager
|
||||
{
|
||||
private:
|
||||
IObjectRepository * _objectRepository;
|
||||
|
||||
Reference in New Issue
Block a user