aboutsummaryrefslogtreecommitdiff
path: root/sound/adpcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/adpcm.h')
-rw-r--r--sound/adpcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/adpcm.h b/sound/adpcm.h
index e5c51f36aa..cd240f8829 100644
--- a/sound/adpcm.h
+++ b/sound/adpcm.h
@@ -32,6 +32,6 @@ enum typesADPCM {
kADPCMIma
};
-AudioStream *makeADPCMStream(Common::SeekableReadStream &stream, typesADPCM type);
+AudioStream *makeADPCMStream(Common::SeekableReadStream &stream, uint32 size, typesADPCM type);
#endif