diff options
Diffstat (limited to 'printing/image.h')
-rw-r--r-- | printing/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/image.h b/printing/image.h index 5f4746d..d10c61b 100644 --- a/printing/image.h +++ b/printing/image.h @@ -33,6 +33,8 @@ class Image { // Copy constructor. explicit Image(const Image& image); + ~Image(); + const gfx::Size& size() const { return size_; } |