Add missing virtual content.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 13:51:28 +0000 (14:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 13:51:28 +0000 (14:51 +0100)
src/lib/content.h

index e33f517abf1f9e6205a208ccc44539c6b592f7ed..5dcf275979cbd4ad48b31b676f3216107216e252 100644 (file)
@@ -48,6 +48,7 @@ public:
        Content (boost::shared_ptr<const Film>, boost::filesystem::path);
        Content (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
        Content (Content const &);
+       virtual ~Content () {}
        
        virtual void examine (boost::shared_ptr<Job>);
        virtual std::string summary () const = 0;