aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorMax Horn2004-01-03 14:10:13 +0000
committerMax Horn2004-01-03 14:10:13 +0000
commitbfea71b0c46ea93b80ee2f6f08ba29ba8768171a (patch)
tree734b6137e4aaaa043d5db905dc67700bcdc7daa4 /sword1
parent2a6745a9862fc067a7b529feec0943ec56c79c7c (diff)
downloadscummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.tar.gz
scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.tar.bz2
scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.zip
renamed AudioInputStream -> AudioStream
svn-id: r12110
Diffstat (limited to 'sword1')
-rw-r--r--sword1/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/music.h b/sword1/music.h
index 24c75e3534..bc6e6baad6 100644
--- a/sword1/music.h
+++ b/sword1/music.h
@@ -34,7 +34,7 @@
class SoundMixer;
-class SwordMusicHandle : public AudioInputStream {
+class SwordMusicHandle : public AudioStream {
private:
File _file;
bool _looping;