summaryrefslogtreecommitdiff
path: root/src/mbgl/map/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/view.cpp')
-rw-r--r--src/mbgl/map/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/view.cpp b/src/mbgl/map/view.cpp
index 9e3352daa8..8541753c7a 100644
--- a/src/mbgl/map/view.cpp
+++ b/src/mbgl/map/view.cpp
@@ -10,7 +10,7 @@ void View::initialize(Map *map_) {
map = map_;
}
-PremultipliedImage View::readStillImage() {
+PremultipliedImage View::readStillImage(std::array<uint16_t, 2>) {
return {};
}