aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/qtrle.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/qtrle.h')
-rw-r--r--graphics/video/codecs/qtrle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/qtrle.h b/graphics/video/codecs/qtrle.h
index efbef14411..f0d2587f30 100644
--- a/graphics/video/codecs/qtrle.h
+++ b/graphics/video/codecs/qtrle.h
@@ -36,7 +36,7 @@ public:
QTRLEDecoder(uint16 width, uint16 height, byte bitsPerPixel);
~QTRLEDecoder();
- Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Surface *decodeImage(Common::SeekableReadStream *stream);
PixelFormat getPixelFormat() const { return _pixelFormat; }
private: