summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-12 21:36:57 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-12 21:36:57 +0000
commit548dc3a41c2d84ef2c4bbba73e622496c731b8c0 (patch)
tree900bb85e62f59c1d9b9cfe3f593a5dd30f63caec /src/lib
parentfa8da4cac9cbe433f663d145be88c933d9895a33 (diff)
Fix crazy typo.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/decoder_part.h2
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;