aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/indeo3.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/indeo3.h')
-rw-r--r--graphics/video/codecs/indeo3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/indeo3.h b/graphics/video/codecs/indeo3.h
index 319a8e5d42..d074facea2 100644
--- a/graphics/video/codecs/indeo3.h
+++ b/graphics/video/codecs/indeo3.h
@@ -46,7 +46,7 @@ public:
Indeo3Decoder(uint16 width, uint16 height);
~Indeo3Decoder();
- Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Surface *decodeImage(Common::SeekableReadStream *stream);
PixelFormat getPixelFormat() const;
static bool isIndeo3(Common::SeekableReadStream &stream);