diff options
-rw-r--r-- | video/avi_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index eef127155e..8941ff4e75 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -215,7 +215,7 @@ protected: virtual void queueSound(Common::SeekableReadStream *stream); Audio::Mixer::SoundType getSoundType() const { return _soundType; } void skipAudio(const Audio::Timestamp &time, const Audio::Timestamp &frameTime); - void resetStream(); + virtual void resetStream(); uint32 getCurChunk() const { return _curChunk; } void setCurChunk(uint32 chunk) { _curChunk = chunk; } |