diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-03 22:31:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-03 22:31:56 +0000 |
| commit | 7fb85beb1e4b655da0463d7d9c95b1181f5a6f00 (patch) | |
| tree | 676b6ad7889939cabaf1f45eafc003c2130b8e0d /src/image.h | |
| parent | 9655ed4740f08899698052f232256fcf7b77c58e (diff) | |
Tweaks to test setup; don't always compute coverage.
Diffstat (limited to 'src/image.h')
| -rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index abc040d4..9e85101a 100644 --- a/src/image.h +++ b/src/image.h @@ -29,7 +29,7 @@ public: Image (boost::shared_ptr<const Image>); virtual ~Image () {} - virtual uint16_t * const * data () const = 0; + virtual uint8_t * const * data () const = 0; /** @return array of strides in bytes */ virtual int const * stride () const = 0; |
