Fix crazy typo.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Feb 2017 21:36:57 +0000 (21:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Feb 2017 21:36:57 +0000 (21:36 +0000)
src/lib/decoder_part.h

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