aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/cinepak.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/cinepak.h')
-rw-r--r--graphics/video/codecs/cinepak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/cinepak.h b/graphics/video/codecs/cinepak.h
index 0c42cbbb97..b1daece1f3 100644
--- a/graphics/video/codecs/cinepak.h
+++ b/graphics/video/codecs/cinepak.h
@@ -64,7 +64,7 @@ public:
CinepakDecoder(int bitsPerPixel = 24);
~CinepakDecoder();
- Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Surface *decodeImage(Common::SeekableReadStream *stream);
PixelFormat getPixelFormat() const { return _pixelFormat; }
private: