From 2f0a5a26708d904bdad3e6e54928e734aad8550e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jul 2013 14:51:28 +0100 Subject: [PATCH] Add missing virtual content. --- src/lib/content.h | 1 + 1 file changed, 1 insertion(+) 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, boost::filesystem::path); Content (boost::shared_ptr, boost::shared_ptr); Content (Content const &); + virtual ~Content () {} virtual void examine (boost::shared_ptr); virtual std::string summary () const = 0; -- 2.30.2