diff options
Diffstat (limited to 'src/lib/image_proxy.h')
| -rw-r--r-- | src/lib/image_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index b499b3292..f6212e54f 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -49,7 +49,8 @@ class ImageProxy : public boost::noncopyable { public: ImageProxy (boost::shared_ptr<Log> log); - + + /** @return Image (which must be aligned) */ virtual boost::shared_ptr<Image> image () const = 0; virtual void add_metadata (xmlpp::Node *) const = 0; virtual void send_binary (boost::shared_ptr<Socket>) const = 0; |
