summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-01 18:58:17 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-01 18:58:17 +0000
commit315472b02ae6825328fa9877cc6075644fefba01 (patch)
tree85c3da0da20e57934562ecc43fd1d73f482c4d20 /src/lib
parente8aeede10924227368bee2a5be6416e7d6633f70 (diff)
Missing virtual destructor.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 2d9780b52..20ec8fb16 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -53,6 +53,7 @@ class Encoder
{
public:
Encoder (boost::shared_ptr<const Film> f, boost::shared_ptr<const Options> o);
+ virtual ~Encoder () {}
/** Called to indicate that a processing run is about to begin */
virtual void process_begin (int64_t audio_channel_layout) = 0;