aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/default
diff options
context:
space:
mode:
Diffstat (limited to 'backends/timer/default')
-rw-r--r--backends/timer/default/default-timer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/timer/default/default-timer.h b/backends/timer/default/default-timer.h
index 778c69b32d..e7ac3d122f 100644
--- a/backends/timer/default/default-timer.h
+++ b/backends/timer/default/default-timer.h
@@ -40,8 +40,7 @@ private:
public:
DefaultTimerManager();
- virtual ~DefaultTimerManager();
-
+ ~DefaultTimerManager();
bool installTimerProc(TimerProc proc, int32 interval, void *refCon);
void removeTimerProc(TimerProc proc);