diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 14:51:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 14:51:28 +0100 |
| commit | 2f0a5a26708d904bdad3e6e54928e734aad8550e (patch) | |
| tree | 480809e5f01720f128eed798ee2fe5f2851c090d /src/lib | |
| parent | 12251f1f5084175a456ef0ea437de8f2cd856f4d (diff) | |
Add missing virtual content.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/content.h | 1 |
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; |
