diff --git a/src/openrct2/actions/IGameAction.h b/src/openrct2/actions/IGameAction.h index a0379294a2..0e764bd824 100644 --- a/src/openrct2/actions/IGameAction.h +++ b/src/openrct2/actions/IGameAction.h @@ -108,4 +108,6 @@ public: * Apply the game action and change the game state. */ virtual GameActionResult Execute(uint32 flags = 0) const abstract; + + virtual ~IGameAction() {}; };