summaryrefslogtreecommitdiffstats
path: root/common/rfb/ZRLEDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/ZRLEDecoder.h')
-rw-r--r--common/rfb/ZRLEDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/ZRLEDecoder.h b/common/rfb/ZRLEDecoder.h
index e7e2b8cb..492597e3 100644
--- a/common/rfb/ZRLEDecoder.h
+++ b/common/rfb/ZRLEDecoder.h
@@ -27,7 +27,7 @@ namespace rfb {
public:
ZRLEDecoder(CConnection* conn);
virtual ~ZRLEDecoder();
- virtual void readRect(const Rect& r, CMsgHandler* handler);
+ virtual void readRect(const Rect& r, ModifiablePixelBuffer* pb);
private:
rdr::ZlibInStream zis;
};