diff options
Diffstat (limited to 'src')
| -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 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; |
