diff options
Diffstat (limited to 'engines/zvision/timer_node.h')
-rw-r--r-- | engines/zvision/timer_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/zvision/timer_node.h b/engines/zvision/timer_node.h index afdbd39803..2caf43ad3c 100644 --- a/engines/zvision/timer_node.h +++ b/engines/zvision/timer_node.h @@ -32,6 +32,7 @@ class ZVision; class TimerNode : public SideFX { public: TimerNode(ZVision *engine, uint32 key, uint timeInSeconds); + ~TimerNode(); /** * Decrement the timer by the delta time. If the timer is finished, set the status |