summaryrefslogtreecommitdiff
path: root/test/image_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/image_test.cc')
-rw-r--r--test/image_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/image_test.cc b/test/image_test.cc
index 26f27499..6b024c1a 100644
--- a/test/image_test.cc
+++ b/test/image_test.cc
@@ -44,11 +44,11 @@ public:
}
- uint8_t** data () const {
+ uint16_t * const * data () const {
return 0;
}
- int* stride () const {
+ int const * stride () const {
return 0;
}
};