diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-16 13:31:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-16 13:31:59 +0100 |
| commit | d7cefaf92f12975691bfe695f43f621debd0617e (patch) | |
| tree | 7cf7906dd43e0f63b456d5f8b7523f06a98fb925 /src/lib | |
| parent | 5598e0dfbae48463130323c6a3bcd3eb9683f21e (diff) | |
Missing virtual destructor.
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; |
