diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/image_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> log); + virtual ~ImageProxy () {} /** @return Image (which must be aligned) */ virtual boost::shared_ptr<Image> image () const = 0; |
