diff options
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index 00099fb33..f2ab96d15 100644 --- a/src/lib/decoder_part.h +++ b/src/lib/decoder_part.h @@ -31,7 +31,7 @@ class DecoderPart { public: DecoderPart (Decoder* parent, boost::shared_ptr<Log> log); - virtual DecoderPart () {} + virtual ~DecoderPart () {} void set_ignore () { _ignore = true; |
