aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/smc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/smc.cpp')
-rw-r--r--graphics/video/codecs/smc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/smc.cpp b/graphics/video/codecs/smc.cpp
index 425922435d..2f75f5f21e 100644
--- a/graphics/video/codecs/smc.cpp
+++ b/graphics/video/codecs/smc.cpp
@@ -52,7 +52,7 @@ SMCDecoder::SMCDecoder(uint16 width, uint16 height) {
_surface->create(width, height, 1);
}
-Graphics::Surface *SMCDecoder::decodeImage(Common::SeekableReadStream *stream) {
+const Graphics::Surface *SMCDecoder::decodeImage(Common::SeekableReadStream *stream) {
byte *pixels = (byte *)_surface->pixels;
uint32 numBlocks = 0;