From b6fdc7be888034eb67e7b667a8d362105067a7ca Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 5 Jun 2015 22:49:03 -0400 Subject: AUDIO: Make makeAIFFStream return a RewindableAudioStream All callers requiring SeekableAudioStream have been adapted by using dynamic_cast --- engines/bbvs/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/bbvs') diff --git a/engines/bbvs/sound.h b/engines/bbvs/sound.h index 4e44c2b962..4d3253c48e 100644 --- a/engines/bbvs/sound.h +++ b/engines/bbvs/sound.h @@ -38,7 +38,7 @@ public: void stop(); bool isPlaying(); protected: - Audio::SeekableAudioStream *_stream; + Audio::RewindableAudioStream *_stream; Audio::SoundHandle _handle; // Keep the filename for debugging purposes Common::String _filename; -- cgit v1.2.3