aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/rpza.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/rpza.h')
-rw-r--r--image/codecs/rpza.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/rpza.h b/image/codecs/rpza.h
index f87ee1113a..62f4c02df5 100644
--- a/image/codecs/rpza.h
+++ b/image/codecs/rpza.h
@@ -39,7 +39,7 @@ public:
RPZADecoder(uint16 width, uint16 height);
~RPZADecoder();
- const Graphics::Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);
Graphics::PixelFormat getPixelFormat() const { return Graphics::PixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0); }
private: