mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Add required virtual destructor to IGameAction
This commit is contained in:
committed by
Michał Janiszewski
parent
f20a6863cd
commit
2aa7924b30
@@ -108,4 +108,6 @@ public:
|
||||
* Apply the game action and change the game state.
|
||||
*/
|
||||
virtual GameActionResult Execute(uint32 flags = 0) const abstract;
|
||||
|
||||
virtual ~IGameAction() {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user