diff options
Diffstat (limited to 'common/rfb/CopyRectDecoder.h')
-rw-r--r-- | common/rfb/CopyRectDecoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CopyRectDecoder.h b/common/rfb/CopyRectDecoder.h index 5932066b..d14bf926 100644 --- a/common/rfb/CopyRectDecoder.h +++ b/common/rfb/CopyRectDecoder.h @@ -26,7 +26,7 @@ namespace rfb { public: CopyRectDecoder(CConnection* conn); virtual ~CopyRectDecoder(); - virtual void readRect(const Rect& r, CMsgHandler* handler); + virtual void readRect(const Rect& r, ModifiablePixelBuffer* pb); }; } #endif |