aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
diff options
context:
space:
mode:
authorMax Horn2009-11-02 21:54:57 +0000
committerMax Horn2009-11-02 21:54:57 +0000
commit51933629d1f1a17839ddbb75b2b619effe117abb (patch)
tree7292b23e5ce3fb11e6b2bb360a3befbbf35b64d9 /sound/mididrv.h
parent400ee8c461e8060393b62be639c27dd3820dccd4 (diff)
downloadscummvm-rg350-51933629d1f1a17839ddbb75b2b619effe117abb.tar.gz
scummvm-rg350-51933629d1f1a17839ddbb75b2b619effe117abb.tar.bz2
scummvm-rg350-51933629d1f1a17839ddbb75b2b619effe117abb.zip
Changed foo(void) to foo() in almost all non-backend source files
svn-id: r45616
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 bf2b804e16..c908f55e4a 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -231,7 +231,7 @@ public:
virtual void setTimerCallback(void *timer_param, Common::TimerManager::TimerProc timer_proc) = 0;
/** The time in microseconds between invocations of the timer callback. */
- virtual uint32 getBaseTempo(void) = 0;
+ virtual uint32 getBaseTempo() = 0;
// Channel allocation functions
virtual MidiChannel *allocateChannel() = 0;