aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mididrv.h')
-rw-r--r--sound/mididrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h
index 07b6e18611..556c0c2414 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -149,7 +149,7 @@ public:
// Timing functions - MidiDriver now operates timers
virtual void setTimerCallback(void *timer_param, Common::Timer::TimerProc timer_proc) = 0;
-
+
/** The time in microseconds between invocations of the timer callback. */
virtual uint32 getBaseTempo(void) = 0;