aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/RawDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/RawDecoder.h')
-rw-r--r--common/rfb/RawDecoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/RawDecoder.h b/common/rfb/RawDecoder.h
index 2ac8b0bd..6c3a6357 100644
--- a/common/rfb/RawDecoder.h
+++ b/common/rfb/RawDecoder.h
@@ -25,10 +25,10 @@ namespace rfb {
public:
RawDecoder();
virtual ~RawDecoder();
- bool readRect(const Rect& r, rdr::InStream* is,
+ bool readRect(const core::Rect& r, rdr::InStream* is,
const ServerParams& server,
rdr::OutStream* os) override;
- void decodeRect(const Rect& r, const uint8_t* buffer,
+ void decodeRect(const core::Rect& r, const uint8_t* buffer,
size_t buflen, const ServerParams& server,
ModifiablePixelBuffer* pb) override;
};