aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sound_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/sound_he.h')
-rw-r--r--engines/scumm/he/sound_he.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/sound_he.h b/engines/scumm/he/sound_he.h
index c0a26c7446..36f0714048 100644
--- a/engines/scumm/he/sound_he.h
+++ b/engines/scumm/he/sound_he.h
@@ -56,7 +56,7 @@ public: // Used by createSound()
} _heChannel[8];
public:
- SoundHE(ScummEngine *parent);
+ SoundHE(ScummEngine *parent, Audio::Mixer *mixer);
~SoundHE();
virtual void addSoundToQueue(int sound, int heOffset = 0, int heChannel = 0, int heFlags = 0);