aboutsummaryrefslogtreecommitdiff
path: root/sound/flac.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/flac.h')
-rw-r--r--sound/flac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/flac.h b/sound/flac.h
index 541b322d7a..1eab47d015 100644
--- a/sound/flac.h
+++ b/sound/flac.h
@@ -51,7 +51,7 @@ namespace Common {
namespace Audio {
-class AudioStream;
+class SeekableAudioStream;
/**
* Create a new AudioStream from the FLAC data in the given stream.
@@ -66,7 +66,7 @@ class AudioStream;
* @param numLoops how often the data shall be looped (0 = infinite)
* @return a new AudioStream, or NULL, if an error occured
*/
-AudioStream *makeFlacStream(
+SeekableAudioStream *makeFlacStream(
Common::SeekableReadStream *stream,
bool disposeAfterUse,
uint32 startTime = 0,