aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.h')
-rw-r--r--common/timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/timer.h b/common/timer.h
index 5aaa7ccf96..d9ac75ea13 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -52,8 +52,8 @@ public:
Timer(OSystem *system);
~Timer();
- bool installProcedure(TimerProc procedure, int32 interval, void *refCon);
- void releaseProcedure(TimerProc procedure);
+ bool installTimerProc(TimerProc procedure, int32 interval, void *refCon);
+ void removeTimerProc(TimerProc procedure);
protected:
static int timer_handler(int t);