aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/sound.h')
-rw-r--r--engines/saga/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/sound.h b/engines/saga/sound.h
index 0aeb54a55f..845c0ab573 100644
--- a/engines/saga/sound.h
+++ b/engines/saga/sound.h
@@ -87,7 +87,7 @@ public:
private:
- void playSoundBuffer(Audio::SoundHandle *handle, SoundBuffer &buffer, int volume,
+ void playSoundBuffer(Audio::SoundHandle *handle, const SoundBuffer &buffer, int volume,
sndHandleType handleType, bool loop);
SndHandle *getHandle();