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