aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/smc.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/smc.h')
-rw-r--r--image/codecs/smc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/smc.h b/image/codecs/smc.h
index 2de1f69ce4..579d629a1c 100644
--- a/image/codecs/smc.h
+++ b/image/codecs/smc.h
@@ -45,7 +45,7 @@ public:
SMCDecoder(uint16 width, uint16 height);
~SMCDecoder();
- const Graphics::Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);
Graphics::PixelFormat getPixelFormat() const { return Graphics::PixelFormat::createFormatCLUT8(); }
private: