diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-12 20:56:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-12 20:56:14 +0000 |
| commit | aed133a863172d17b75680ff375cdab890ecd668 (patch) | |
| tree | 470aa2e2be5de240abd60f799d056af7f0ce0ba2 /src/lib/decoder_part.h | |
| parent | 7db2c0c4e7b86dbbd4ead723ceec4c8ecc951091 (diff) | |
Missing virtual destructor.
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; |
