Missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Jul 2014 12:31:59 +0000 (13:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Jul 2014 12:31:59 +0000 (13:31 +0100)
src/lib/image_proxy.h

index f6212e54f59bc11a5c679b4551bfc8d8d57cd72f..c0ccd912551782007bd83beaa85536e564e6f18d 100644 (file)
@@ -49,6 +49,7 @@ class ImageProxy : public boost::noncopyable
 {
 public:
        ImageProxy (boost::shared_ptr<Log> log);
+       virtual ~ImageProxy () {}
 
        /** @return Image (which must be aligned) */
        virtual boost::shared_ptr<Image> image () const = 0;