GOB: const correctness in SoundBlaster::playComposition()

This commit is contained in:
Sven Hesse 2012-06-29 19:09:56 +02:00
parent dd35e72a7e
commit 2d05974b5c
5 changed files with 6 additions and 6 deletions

View file

@ -458,7 +458,7 @@ void Sound::blasterStop(int16 fadeLength, SoundDesc *sndDesc) {
_blaster->stopSound(fadeLength, sndDesc);
}
void Sound::blasterPlayComposition(int16 *composition, int16 freqVal,
void Sound::blasterPlayComposition(const int16 *composition, int16 freqVal,
SoundDesc *sndDescs, int8 sndCount) {
if (!_blaster)
return;