Missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Sat, 1 Dec 2012 18:58:17 +0000 (18:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 1 Dec 2012 18:58:17 +0000 (18:58 +0000)
src/lib/encoder.h

index 2d9780b52e07cc61ec57bcb95ea73f4265fa9da9..20ec8fb162b04f04e0a0ef2496134bc7d9377520 100644 (file)
@@ -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;