aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2003-08-06 08:37:52 +0000
committerChris Apers2003-08-06 08:37:52 +0000
commit789628bb18d60f09305f976b84a9564b01532b4b (patch)
tree795cf0f61142747e32887e0f38ba7241204ea928 /backends
parent249982f721e1baa27e562c33232bdb1857070964 (diff)
downloadscummvm-rg350-789628bb18d60f09305f976b84a9564b01532b4b.tar.gz
scummvm-rg350-789628bb18d60f09305f976b84a9564b01532b4b.tar.bz2
scummvm-rg350-789628bb18d60f09305f976b84a9564b01532b4b.zip
Changed
svn-id: r9543
Diffstat (limited to 'backends')
-rw-r--r--backends/PalmOS/Src/midi/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/midi/adlib.cpp b/backends/PalmOS/Src/midi/adlib.cpp
index a9d333743e..e783defe7a 100644
--- a/backends/PalmOS/Src/midi/adlib.cpp
+++ b/backends/PalmOS/Src/midi/adlib.cpp
@@ -28,6 +28,6 @@ public:
void send(uint32 b) { }
};
-MidiDriver *MidiDriver_ADLIB_create() {
+MidiDriver *MidiDriver_ADLIB_create(SoundMixer *mixer) {
return new MidiDriver_ADLIB();
}