aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/timers.h')
-rwxr-xr-xengines/pegasus/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/timers.h b/engines/pegasus/timers.h
index 04dd235dae..a40a2c179b 100755
--- a/engines/pegasus/timers.h
+++ b/engines/pegasus/timers.h
@@ -102,7 +102,7 @@ public:
void disposeAllCallBacks();
// ScummVM's API additions (to replace the need for actual timers)
- void checkCallBacks();
+ virtual void checkCallBacks();
protected:
void addCallBack(TimeBaseCallBack *);