diff options
Diffstat (limited to 'vncviewer/CConn.cxx')
-rw-r--r-- | vncviewer/CConn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx index f5420629..db1a08a5 100644 --- a/vncviewer/CConn.cxx +++ b/vncviewer/CConn.cxx @@ -399,7 +399,7 @@ void CConn::dataRect(const Rect& r, int encoding) } if (!decoders[encoding]) { - decoders[encoding] = Decoder::createDecoder(encoding, reader()); + decoders[encoding] = Decoder::createDecoder(encoding, this); if (!decoders[encoding]) { fprintf(stderr, "Unknown rect encoding %d\n", encoding); throw Exception("Unknown rect encoding"); |