aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/truemotion1.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/truemotion1.h')
-rw-r--r--graphics/video/codecs/truemotion1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/truemotion1.h b/graphics/video/codecs/truemotion1.h
index 0e77ec3e26..ab8fb221f8 100644
--- a/graphics/video/codecs/truemotion1.h
+++ b/graphics/video/codecs/truemotion1.h
@@ -40,7 +40,7 @@ public:
TrueMotion1Decoder(uint16 width, uint16 height);
~TrueMotion1Decoder();
- Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Surface *decodeImage(Common::SeekableReadStream *stream);
// Always return RGB565
PixelFormat getPixelFormat() const { return Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0); }