aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/adpcm.h
diff options
context:
space:
mode:
authorMax Horn2010-01-31 02:11:41 +0000
committerMax Horn2010-01-31 02:11:41 +0000
commit21e1cc4cf8b79a9f59e911514c52831113356f7c (patch)
tree492c457f3469acd863e7623bc2fa4a410458f706 /sound/decoders/adpcm.h
parent7f4aa161bcb0f989fe2b343909fd855679901d3e (diff)
downloadscummvm-rg350-21e1cc4cf8b79a9f59e911514c52831113356f7c.tar.gz
scummvm-rg350-21e1cc4cf8b79a9f59e911514c52831113356f7c.tar.bz2
scummvm-rg350-21e1cc4cf8b79a9f59e911514c52831113356f7c.zip
Switch makeADPCMStream to DisposeAfterUse::Flag
svn-id: r47736
Diffstat (limited to 'sound/decoders/adpcm.h')
-rw-r--r--sound/decoders/adpcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/adpcm.h b/sound/decoders/adpcm.h
index 46ccb582c3..7452478f35 100644
--- a/sound/decoders/adpcm.h
+++ b/sound/decoders/adpcm.h
@@ -75,7 +75,7 @@ enum typesADPCM {
*/
RewindableAudioStream *makeADPCMStream(
Common::SeekableReadStream *stream,
- bool disposeAfterUse,
+ DisposeAfterUse::Flag disposeAfterUse,
uint32 size, typesADPCM type,
int rate = 22050,
int channels = 2,