aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth')
-rw-r--r--sound/softsynth/emumidi.h4
1 files changed, 2 insertions, 2 deletions
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;
}