diff options
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> log); + virtual DecoderPart () {} void set_ignore () { _ignore = true; |
