aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CopyRectDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/CopyRectDecoder.h')
-rw-r--r--common/rfb/CopyRectDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CopyRectDecoder.h b/common/rfb/CopyRectDecoder.h
index 546266e1..5100eb2f 100644
--- a/common/rfb/CopyRectDecoder.h
+++ b/common/rfb/CopyRectDecoder.h
@@ -26,7 +26,7 @@ namespace rfb {
public:
CopyRectDecoder();
virtual ~CopyRectDecoder();
- virtual void readRect(const Rect& r, rdr::InStream* is,
+ virtual bool readRect(const Rect& r, rdr::InStream* is,
const ServerParams& server, rdr::OutStream* os);
virtual void getAffectedRegion(const Rect& rect, const void* buffer,
size_t buflen, const ServerParams& server,