diff options
Diffstat (limited to 'common/rfb/TightDecoder.cxx')
-rw-r--r-- | common/rfb/TightDecoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/TightDecoder.cxx b/common/rfb/TightDecoder.cxx index 24236dba..ec329e40 100644 --- a/common/rfb/TightDecoder.cxx +++ b/common/rfb/TightDecoder.cxx @@ -46,7 +46,7 @@ static const int TIGHT_MIN_TO_COMPRESS = 12; #include <rfb/tightDecode.h> #undef BPP -TightDecoder::TightDecoder() : Decoder(DecoderPlain) +TightDecoder::TightDecoder() : Decoder(DecoderOrdered) { } |