aboutsummaryrefslogtreecommitdiff
path: root/sound/mp3.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-10-23 13:39:03 +0000
committerPaweł Kołodziejski2004-10-23 13:39:03 +0000
commitc10cce6af180c6bf5e23abc1ae4206d59965c269 (patch)
treee9099f1d5d6c31fac91088be2101d5c5c2b59699 /sound/mp3.cpp
parent879c2562e6e8f10b1c8f3a4b01047e1e39678247 (diff)
downloadscummvm-rg350-c10cce6af180c6bf5e23abc1ae4206d59965c269.tar.gz
scummvm-rg350-c10cce6af180c6bf5e23abc1ae4206d59965c269.tar.bz2
scummvm-rg350-c10cce6af180c6bf5e23abc1ae4206d59965c269.zip
fixed warnings
svn-id: r15665
Diffstat (limited to 'sound/mp3.cpp')
-rw-r--r--sound/mp3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mp3.cpp b/sound/mp3.cpp
index f6a08e29f1..3d2afbcdc8 100644
--- a/sound/mp3.cpp
+++ b/sound/mp3.cpp
@@ -98,7 +98,7 @@ MP3InputStream::MP3InputStream(File *file, mad_timer_t duration) {
* @param size limits playback based on the number of input bytes, 0 means
* playback until EOF
*/
-MP3InputStream::MP3InputStream(File *file, uint size) {
+MP3InputStream::MP3InputStream(File *file, uint32 size) {
mad_stream_init(&_stream);
mad_frame_init(&_frame);
mad_synth_init(&_synth);