commit | 570cd5c478da3a8dfd2d7f728671f0171fd3893a | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Nov 12 13:07:42 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Nov 27 11:09:16 2015 +0100 |
tree | 08cf85564be60fc27046e2177425a7e5c096e6e0 | |
parent | 504afa27c1128de9287599e67cf01bd06df06908 [diff] [blame] |
Add flags member to decoders Allows us to add attributes later that affect of the decoder manager deals with the decoders.
diff --git a/common/rfb/TightDecoder.cxx b/common/rfb/TightDecoder.cxx index 1bfa7a9..24236db 100644 --- a/common/rfb/TightDecoder.cxx +++ b/common/rfb/TightDecoder.cxx
@@ -46,7 +46,7 @@ #include <rfb/tightDecode.h> #undef BPP -TightDecoder::TightDecoder() +TightDecoder::TightDecoder() : Decoder(DecoderPlain) { }