aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/timer_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/timer_node.h')
-rw-r--r--engines/zvision/timer_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/timer_node.h b/engines/zvision/timer_node.h
index 32dca71548..afdbd39803 100644
--- a/engines/zvision/timer_node.h
+++ b/engines/zvision/timer_node.h
@@ -23,13 +23,13 @@
#ifndef ZVISION_TIMER_NODE_H
#define ZVISION_TIMER_NODE_H
-#include "zvision/control.h"
+#include "zvision/sidefx.h"
namespace ZVision {
class ZVision;
-class TimerNode : public Control {
+class TimerNode : public SideFX {
public:
TimerNode(ZVision *engine, uint32 key, uint timeInSeconds);