diff options
Diffstat (limited to 'common/rfb/TightDecoder.h')
-rw-r--r-- | common/rfb/TightDecoder.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/rfb/TightDecoder.h b/common/rfb/TightDecoder.h index a44f7d85..028514a5 100644 --- a/common/rfb/TightDecoder.h +++ b/common/rfb/TightDecoder.h @@ -28,9 +28,10 @@ namespace rfb { class TightDecoder : public Decoder { public: - TightDecoder(CConnection* conn); + TightDecoder(); virtual ~TightDecoder(); - virtual void readRect(const Rect& r, ModifiablePixelBuffer* pb); + virtual void readRect(const Rect& r, rdr::InStream* is, + const ConnParams& cp, ModifiablePixelBuffer* pb); private: rdr::U32 readCompact(rdr::InStream* is); |