aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/midi.h')
-rw-r--r--engines/agos/midi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/midi.h b/engines/agos/midi.h
index c004230e5b..d4c09118f6 100644
--- a/engines/agos/midi.h
+++ b/engines/agos/midi.h
@@ -121,7 +121,7 @@ public:
// Timing functions - MidiDriver now operates timers
void setTimerCallback(void *timer_param, void (*timer_proc) (void *)) { }
- uint32 getBaseTempo(void) { return _driver ? _driver->getBaseTempo() : 0; }
+ uint32 getBaseTempo() { return _driver ? _driver->getBaseTempo() : 0; }
// Channel allocation functions
MidiChannel *allocateChannel() { return 0; }