summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 14:51:28 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 14:51:28 +0100
commit2f0a5a26708d904bdad3e6e54928e734aad8550e (patch)
tree480809e5f01720f128eed798ee2fe5f2851c090d /src
parent12251f1f5084175a456ef0ea437de8f2cd856f4d (diff)
Add missing virtual content.
Diffstat (limited to 'src')
-rw-r--r--src/lib/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index e33f517ab..5dcf27597 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -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;