Ignore some more stuff.
[dcpomatic.git] / src / lib / decoder_part.h
index ed92d43b4258abf95fa03a2049e7b137c69cfe29..f2ab96d1573d7a758f93436ddfcb0f8d8b9a0e77 100644 (file)
@@ -31,6 +31,7 @@ class DecoderPart
 {
 public:
        DecoderPart (Decoder* parent, boost::shared_ptr<Log> log);
+       virtual ~DecoderPart () {}
 
        void set_ignore () {
                _ignore = true;