From 759cd67de518a583804ccfb14d5fead44ef05e96 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Aug 2004 13:27:34 +0000 Subject: cleanup of TimerProc mess svn-id: r14683 --- common/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/timer.h') diff --git a/common/timer.h b/common/timer.h index d4ce52cbad..814612bd85 100644 --- a/common/timer.h +++ b/common/timer.h @@ -26,13 +26,14 @@ #define MAX_TIMERS 2 -typedef void (*TimerProc)(void *refCon); #ifdef __MORPHOS__ #include "morphos_timer.h" #else class Timer { +public: + typedef void (*TimerProc)(void *refCon); private: OSystem *_system; -- cgit v1.2.3