aboutsummaryrefslogtreecommitdiff
path: root/sound/mpu401.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-06 18:30:44 +0000
committerPaweł Kołodziejski2003-03-06 18:30:44 +0000
commita8c3057875d7746bd48efd91406473a41bb7f607 (patch)
treed9c1b64164d473d401e9baf9f660727ce1551567 /sound/mpu401.h
parent093428ae9a6a1fd33003a8a0827d7410501a74cb (diff)
downloadscummvm-rg350-a8c3057875d7746bd48efd91406473a41bb7f607.tar.gz
scummvm-rg350-a8c3057875d7746bd48efd91406473a41bb7f607.tar.bz2
scummvm-rg350-a8c3057875d7746bd48efd91406473a41bb7f607.zip
and more cleanup ....
svn-id: r6719
Diffstat (limited to 'sound/mpu401.h')
-rw-r--r--sound/mpu401.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mpu401.h b/sound/mpu401.h
index b866cd2442..52e5163fb2 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -87,8 +87,8 @@ private:
public:
MidiDriver_MPU401();
- void setTimerCallback (void *timer_param, void (*timer_proc) (void *));
- uint32 getBaseTempo (void) { return 0x4A0000; }
+ void setTimerCallback(void *timer_param, void (*timer_proc) (void *));
+ uint32 getBaseTempo(void) { return 0x4A0000; }
MidiChannel *allocateChannel();
MidiChannel *getPercussionChannel() { return &_midi_channels [9]; }