aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/midi.h')
-rw-r--r--engines/touche/midi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/midi.h b/engines/touche/midi.h
index 3b128593db..a518a4bb29 100644
--- a/engines/touche/midi.h
+++ b/engines/touche/midi.h
@@ -46,7 +46,7 @@ public:
NUM_CHANNELS = 16
};
- MidiPlayer(MidiDriver *driver, bool nativeMT32);
+ MidiPlayer();
~MidiPlayer();
void play(Common::ReadStream &stream, int size, bool loop = false);