From 72f4c03b0b9a6918a359b967ebc400a2701981d9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 10 May 2005 23:17:38 +0000 Subject: Moved (In/Out)SaveFile(Manager) and Timer to namespace Common svn-id: r18038 --- sound/softsynth/emumidi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/softsynth') diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h index 160a4fa83b..19e2e86476 100644 --- a/sound/softsynth/emumidi.h +++ b/sound/softsynth/emumidi.h @@ -31,7 +31,7 @@ protected: SoundMixer *_mixer; private: - Timer::TimerProc _timerProc; + Common::Timer::TimerProc _timerProc; void *_timerParam; int _nextTick; @@ -69,7 +69,7 @@ public: return 0; } - void setTimerCallback(void *timer_param, Timer::TimerProc timer_proc) { + void setTimerCallback(void *timer_param, Common::Timer::TimerProc timer_proc) { _timerProc = timer_proc; _timerParam = timer_param; } -- cgit v1.2.3