summaryrefslogtreecommitdiff
path: root/src/mbgl/map/view.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-08-22 17:57:22 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-09-27 10:42:10 +0200
commit63e53de157e75e504a6bf1a678cebaea5acf72b9 (patch)
tree234cb14695f21df69012f1470ee512b8fc8d9904 /src/mbgl/map/view.cpp
parent512037cfdc14fb1f7686254efe97b72433c5e4b6 (diff)
downloadqtlocation-mapboxgl-63e53de157e75e504a6bf1a678cebaea5acf72b9.tar.gz
[core] standardize on uint16_t for texture sizes
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 {};
}