summaryrefslogtreecommitdiff
path: root/test/style/source.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/source.test.cpp')
-rw-r--r--test/style/source.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp
index e674d69ed0..84929178d0 100644
--- a/test/style/source.test.cpp
+++ b/test/style/source.test.cpp
@@ -454,7 +454,7 @@ TEST(Source, ImageSourceImageUpdate) {
// Should be called (test will hang if it doesn't)
test.end();
};
- std::vector<LatLng> coords;
+ std::array<LatLng, 4> coords;
ImageSource source("source", coords);
source.setURL("http://url");