summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-16 11:55:24 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-16 11:55:24 +0100
commit2154e7c39166cfc4b128545d94a5698c7d70daea (patch)
tree83825eacb3d043eb4462789ae660b55d59a57954 /src/lib
parenta0fa7ae7ddac1afc83c04a39e25fec3f4b942a04 (diff)
Missing virtual destructor.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/image_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h
index 1a23001cb..0fdea48ee 100644
--- a/src/lib/image_proxy.h
+++ b/src/lib/image_proxy.h
@@ -57,6 +57,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;