aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r--vncviewer/CConn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index c934f3da..d6dd4a75 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -66,7 +66,7 @@ public:
void dataRect(const rfb::Rect& r, int encoding);
void setCursor(int width, int height, const rfb::Point& hotspot,
- void* data, void* mask);
+ const rdr::U8* data);
void fence(rdr::U32 flags, unsigned len, const char data[]);