aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.h
diff options
context:
space:
mode:
authorMax Horn2005-01-09 15:48:27 +0000
committerMax Horn2005-01-09 15:48:27 +0000
commit0fb2bd30f44be62f2aa5204dd31abea26d2e4b3d (patch)
treef3cbfa24848622e35c1f3946621c6cc5def6a186 /sound/audiostream.h
parent6563990ad2d9a60b675a51c46ffcc93e5a57c5e7 (diff)
downloadscummvm-rg350-0fb2bd30f44be62f2aa5204dd31abea26d2e4b3d.tar.gz
scummvm-rg350-0fb2bd30f44be62f2aa5204dd31abea26d2e4b3d.tar.bz2
scummvm-rg350-0fb2bd30f44be62f2aa5204dd31abea26d2e4b3d.zip
cleanup
svn-id: r16500
Diffstat (limited to 'sound/audiostream.h')
-rw-r--r--sound/audiostream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 215414a57f..f6017c9698 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -102,7 +102,7 @@ public:
int getRate() const { return -1; }
};
-AudioStream *makeLinearInputStream(int rate, byte _flags, const byte *ptr, uint32 len, uint loopOffset, uint loopLen);
+AudioStream *makeLinearInputStream(int rate, byte flags, const byte *ptr, uint32 len, uint loopOffset, uint loopLen);
// This used to be an inline template function, but