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