aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index 24d1bee41a..57b51e594c 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -35,6 +35,7 @@
namespace Audio {
class AudioStream;
+class SeekableAudioStream;
} // End of namespace Audio
namespace Kyra {
@@ -240,7 +241,7 @@ private:
struct SpeechCodecs {
const char *fileext;
- Audio::AudioStream *(*streamFunc)(
+ Audio::SeekableAudioStream *(*streamFunc)(
Common::SeekableReadStream *stream,
bool disposeAfterUse,
uint32 startTime,
@@ -358,7 +359,7 @@ private:
struct AudioCodecs {
const char *fileext;
- Audio::AudioStream *(*streamFunc)(
+ Audio::SeekableAudioStream *(*streamFunc)(
Common::SeekableReadStream *stream,
bool disposeAfterUse,
uint32 startTime,