aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/svq1.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/svq1.h')
-rw-r--r--image/codecs/svq1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/svq1.h b/image/codecs/svq1.h
index 56310a1a38..687f7615d4 100644
--- a/image/codecs/svq1.h
+++ b/image/codecs/svq1.h
@@ -44,7 +44,7 @@ public:
SVQ1Decoder(uint16 width, uint16 height);
~SVQ1Decoder();
- const Graphics::Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);
Graphics::PixelFormat getPixelFormat() const { return _surface->format; }
private: