aboutsummaryrefslogtreecommitdiff
path: root/sound/mpu401.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mpu401.cpp')
-rw-r--r--sound/mpu401.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp
index 7d6c3ff5ee..58c00b4e6a 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -131,7 +131,7 @@ MidiChannel *MidiDriver_MPU401::allocateChannel() {
return NULL;
}
-void MidiDriver_MPU401::setTimerCallback(void *timer_param, Common::Timer::TimerProc timer_proc) {
+void MidiDriver_MPU401::setTimerCallback(void *timer_param, Common::TimerManager::TimerProc timer_proc) {
if (!_timer_proc || !timer_proc) {
if (_timer_proc)
Common::g_timer->removeTimerProc(_timer_proc);