1
0
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:
Michał Janiszewski
2017-01-13 12:12:50 +01:00
parent 85c6ed778b
commit 0a36af19e4
13 changed files with 17 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ extern "C"
#include "../object_list.h"
}
class ObjectManager : public IObjectManager
class ObjectManager final : public IObjectManager
{
private:
IObjectRepository * _objectRepository;