aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.h
diff options
context:
space:
mode:
authorMax Horn2003-08-05 23:58:24 +0000
committerMax Horn2003-08-05 23:58:24 +0000
commit75db41750ef0ae4ad3d2b86f016fe21f67160fc4 (patch)
tree9e74abef6ed60eede40e65adf55ecccc91cc50f4 /scumm/imuse.h
parentc431e229b3279bcb73de15dcdb32422b14162d65 (diff)
downloadscummvm-rg350-75db41750ef0ae4ad3d2b86f016fe21f67160fc4.tar.gz
scummvm-rg350-75db41750ef0ae4ad3d2b86f016fe21f67160fc4.tar.bz2
scummvm-rg350-75db41750ef0ae4ad3d2b86f016fe21f67160fc4.zip
getting rid of g_mixer; removing lots of whitespace
svn-id: r9527
Diffstat (limited to 'scumm/imuse.h')
-rw-r--r--scumm/imuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse.h b/scumm/imuse.h
index cf785b84d4..2b129e27f3 100644
--- a/scumm/imuse.h
+++ b/scumm/imuse.h
@@ -74,7 +74,7 @@ public:
MidiDriver *getMidiDriver();
// Factory methods
- static IMuse *create(OSystem *syst, MidiDriver *midi);
+ static IMuse *create(OSystem *syst, SoundMixer *mixer, MidiDriver *midi);
};
#endif