diff options
Diffstat (limited to 'common/rfb/RREDecoder.cxx')
-rw-r--r-- | common/rfb/RREDecoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/RREDecoder.cxx b/common/rfb/RREDecoder.cxx index 2dd47cc0..218c9b0b 100644 --- a/common/rfb/RREDecoder.cxx +++ b/common/rfb/RREDecoder.cxx @@ -36,7 +36,7 @@ using namespace rfb; #include <rfb/rreDecode.h> #undef BPP -RREDecoder::RREDecoder() +RREDecoder::RREDecoder() : Decoder(DecoderPlain) { } |