aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorMax Horn2004-01-03 14:10:13 +0000
committerMax Horn2004-01-03 14:10:13 +0000
commitbfea71b0c46ea93b80ee2f6f08ba29ba8768171a (patch)
tree734b6137e4aaaa043d5db905dc67700bcdc7daa4 /sword2
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 'sword2')
-rw-r--r--sword2/driver/d_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index 2e2899e921..705d3f2baf 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -44,7 +44,7 @@ struct FxHandle {
PlayingSoundHandle _handle;
};
-class MusicHandle : public AudioInputStream {
+class MusicHandle : public AudioStream {
public:
bool _firstTime;
bool _streaming;