summaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
commite520f1009eaa552c7b3931ced85c0f19d8aff554 (patch)
treebf992eab88f0691e5bc336895656ff91cb5f233e /src/image.h
parent8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff)
No-op: whitespace.
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 8b7fee09..0586976a 100644
--- a/src/image.h
+++ b/src/image.h
@@ -28,7 +28,7 @@ public:
Image (Size);
Image (Image const &);
Image (boost::shared_ptr<const Image>);
-
+
virtual ~Image () {}
virtual uint8_t** data () const = 0;
virtual int* stride () const = 0;
@@ -39,7 +39,7 @@ public:
protected:
void swap (Image &);
-
+
Size _size;
};