From d7cefaf92f12975691bfe695f43f621debd0617e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Jul 2014 13:31:59 +0100 Subject: [PATCH] Missing virtual destructor. --- src/lib/image_proxy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index f6212e54f..c0ccd9125 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -49,6 +49,7 @@ class ImageProxy : public boost::noncopyable { public: ImageProxy (boost::shared_ptr log); + virtual ~ImageProxy () {} /** @return Image (which must be aligned) */ virtual boost::shared_ptr image () const = 0; -- 2.30.2