From aed133a863172d17b75680ff375cdab890ecd668 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Feb 2017 20:56:14 +0000 Subject: Missing virtual destructor. --- src/lib/decoder_part.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/decoder_part.h') diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index ed92d43b4..00099fb33 100644 --- a/src/lib/decoder_part.h +++ b/src/lib/decoder_part.h @@ -31,6 +31,7 @@ class DecoderPart { public: DecoderPart (Decoder* parent, boost::shared_ptr log); + virtual DecoderPart () {} void set_ignore () { _ignore = true; -- cgit v1.2.3