aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/xa.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/xa.h')
-rw-r--r--audio/decoders/xa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/xa.h b/audio/decoders/xa.h
index ed3213f350..68c07151da 100644
--- a/audio/decoders/xa.h
+++ b/audio/decoders/xa.h
@@ -49,7 +49,7 @@ class RewindableAudioStream;
*/
RewindableAudioStream *makeXAStream(
Common::SeekableReadStream *stream,
- int rate = 11025);
+ int rate);
} // End of namespace Audio