From f720d99b0a4fdc97d4d5c01b8c4db43c318c62b1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 8 Jan 2010 22:09:43 +0000 Subject: Switch Mixer::playInputStream to use DisposeAfterUse::Flag svn-id: r47182 --- sound/softsynth/adlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/adlib.cpp') diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp index 3f887f1f5b..dd01ea9f64 100644 --- a/sound/softsynth/adlib.cpp +++ b/sound/softsynth/adlib.cpp @@ -918,7 +918,7 @@ int MidiDriver_ADLIB::open() { adlib_write(0xBD, 0x00); create_lookup_table(); - _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, false, true); + _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, DisposeAfterUse::NO, true); return 0; } -- cgit v1.2.3