aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/wave_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/wave_file.h')
-rw-r--r--engines/titanic/sound/wave_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/wave_file.h b/engines/titanic/sound/wave_file.h
index 8c86c509bc..aede0c9328 100644
--- a/engines/titanic/sound/wave_file.h
+++ b/engines/titanic/sound/wave_file.h
@@ -37,7 +37,7 @@ private:
uint _size;
public:
QSoundManager *_owner;
- Audio::AudioStream *_stream;
+ Audio::SeekableAudioStream *_stream;
Audio::SoundHandle _soundHandle;
Audio::Mixer::SoundType _soundType;
public: