X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fdecoder_part.h;h=f2ab96d1573d7a758f93436ddfcb0f8d8b9a0e77;hb=a11a63699106a07d1802331caa327d9d45f85cb8;hp=ed92d43b4258abf95fa03a2049e7b137c69cfe29;hpb=936ff6927ad24daf0ed20776b19b6faa3df9bf83;p=dcpomatic.git diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index ed92d43b4..f2ab96d15 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;