aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/video/seq_decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/video/seq_decoder.cpp')
-rw-r--r--engines/sci/video/seq_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/video/seq_decoder.cpp b/engines/sci/video/seq_decoder.cpp
index 106084d427..0e69a9a352 100644
--- a/engines/sci/video/seq_decoder.cpp
+++ b/engines/sci/video/seq_decoder.cpp
@@ -56,7 +56,7 @@ SeqDecoder::~SeqDecoder() {
close();
}
-bool SeqDecoder::load(Common::SeekableReadStream *stream) {
+bool SeqDecoder::loadStream(Common::SeekableReadStream *stream) {
close();
_fileStream = stream;