aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/flac.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/decoders/flac.h')
-rw-r--r--sound/decoders/flac.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/decoders/flac.h b/sound/decoders/flac.h
index e35b608253..982450c045 100644
--- a/sound/decoders/flac.h
+++ b/sound/decoders/flac.h
@@ -59,11 +59,11 @@ class SeekableAudioStream;
* Create a new SeekableAudioStream from the FLAC data in the given stream.
* Allows for seeking (which is why we require a SeekableReadStream).
*
- * @param stream the SeekableReadStream from which to read the FLAC data
- * @param disposeAfterUse whether to delete the stream after use
- * @return a new SeekableAudioStream, or NULL, if an error occured
+ * @param stream the SeekableReadStream from which to read the FLAC data
+ * @param disposeAfterUse whether to delete the stream after use
+ * @return a new SeekableAudioStream, or NULL, if an error occured
*/
-SeekableAudioStream *makeFlacStream(
+SeekableAudioStream *makeFLACStream(
Common::SeekableReadStream *stream,
DisposeAfterUse::Flag disposeAfterUse);