diff options
Diffstat (limited to 'common/rfb/CopyRectDecoder.h')
-rw-r--r-- | common/rfb/CopyRectDecoder.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/rfb/CopyRectDecoder.h b/common/rfb/CopyRectDecoder.h index d14bf926..a7195ce3 100644 --- a/common/rfb/CopyRectDecoder.h +++ b/common/rfb/CopyRectDecoder.h @@ -24,9 +24,10 @@ namespace rfb { class CopyRectDecoder : public Decoder { public: - CopyRectDecoder(CConnection* conn); + CopyRectDecoder(); virtual ~CopyRectDecoder(); - virtual void readRect(const Rect& r, ModifiablePixelBuffer* pb); + virtual void readRect(const Rect& r, rdr::InStream* is, + const ConnParams& cp, ModifiablePixelBuffer* pb); }; } #endif |