aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/indeo3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/indeo3.cpp')
-rw-r--r--graphics/video/codecs/indeo3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/indeo3.cpp b/graphics/video/codecs/indeo3.cpp
index 443340de2f..51e946a75b 100644
--- a/graphics/video/codecs/indeo3.cpp
+++ b/graphics/video/codecs/indeo3.cpp
@@ -168,7 +168,7 @@ void Indeo3Decoder::allocFrames() {
}
}
-Surface *Indeo3Decoder::decodeImage(Common::SeekableReadStream *stream) {
+const Surface *Indeo3Decoder::decodeImage(Common::SeekableReadStream *stream) {
// Not Indeo 3? Fail
if (!isIndeo3(*stream))
return 0;