aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video/qt_player.h
diff options
context:
space:
mode:
authorMax Horn2010-01-08 22:06:04 +0000
committerMax Horn2010-01-08 22:06:04 +0000
commit474d49946f5254bff7ac6a490fcc3b02655fae23 (patch)
tree127da7f0a99049771e33e60417359fafe9ee77d6 /engines/mohawk/video/qt_player.h
parent7efba850648777d2d562bfccf2f14868816d6391 (diff)
downloadscummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.tar.gz
scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.tar.bz2
scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.zip
Rename QueuedAudioStream to QueuingAudioStream
svn-id: r47179
Diffstat (limited to 'engines/mohawk/video/qt_player.h')
-rw-r--r--engines/mohawk/video/qt_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/video/qt_player.h b/engines/mohawk/video/qt_player.h
index 5ff27a57c5..2d8f87f479 100644
--- a/engines/mohawk/video/qt_player.h
+++ b/engines/mohawk/video/qt_player.h
@@ -246,7 +246,7 @@ protected:
void resetInternal();
uint32 getFrameDuration();
- Audio::QueuedAudioStream *_audStream;
+ Audio::QueuingAudioStream *_audStream;
int8 _videoStreamIndex;
int8 _audioStreamIndex;
uint _curAudioChunk;