aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/truemotion1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/truemotion1.cpp')
-rw-r--r--graphics/video/codecs/truemotion1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/truemotion1.cpp b/graphics/video/codecs/truemotion1.cpp
index fde9f5c2c8..d244014fff 100644
--- a/graphics/video/codecs/truemotion1.cpp
+++ b/graphics/video/codecs/truemotion1.cpp
@@ -395,7 +395,7 @@ void TrueMotion1Decoder::decode16() {
}
}
-Surface *TrueMotion1Decoder::decodeImage(Common::SeekableReadStream *stream) {
+const Surface *TrueMotion1Decoder::decodeImage(Common::SeekableReadStream *stream) {
decodeHeader(stream);
if (compressionTypes[_header.compression].algorithm == ALGO_NOP)