aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/timers.h')
-rwxr-xr-xengines/pegasus/timers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/timers.h b/engines/pegasus/timers.h
index a40a2c179b..4ad2df0587 100755
--- a/engines/pegasus/timers.h
+++ b/engines/pegasus/timers.h
@@ -241,8 +241,8 @@ protected:
class FuseFunction : public Fuse, public FunctionPtr {
public:
- FuseFunction();
- virtual ~FuseFunction();
+ FuseFunction() {}
+ virtual ~FuseFunction() {}
protected:
virtual void invokeAction() { callFunction(); }