Missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Feb 2017 20:56:14 +0000 (20:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Feb 2017 20:56:14 +0000 (20:56 +0000)
src/lib/decoder_part.h

index ed92d43b4258abf95fa03a2049e7b137c69cfe29..00099fb33379f6f566c36a71254141fa7ecfd211 100644 (file)
@@ -31,6 +31,7 @@ class DecoderPart
 {
 public:
        DecoderPart (Decoder* parent, boost::shared_ptr<Log> log);
+       virtual DecoderPart () {}
 
        void set_ignore () {
                _ignore = true;