summaryrefslogtreecommitdiff
path: root/test/api/set_style.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-17 17:55:24 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-17 17:55:24 +0200
commit71d127220b2469cc49e61b528e2c5c5548097b93 (patch)
treed45b8a3fdf8ddc244d951a41bf281a46cf447d2c /test/api/set_style.cpp
parent7827d4954cea5b4fcfce3f245aae2e8c66e0ccb2 (diff)
downloadqtlocation-mapboxgl-71d127220b2469cc49e61b528e2c5c5548097b93.tar.gz
rename Mode::Static => Mode::Still
Diffstat (limited to 'test/api/set_style.cpp')
-rw-r--r--test/api/set_style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/set_style.cpp b/test/api/set_style.cpp
index 973989d1c8..11921a43ce 100644
--- a/test/api/set_style.cpp
+++ b/test/api/set_style.cpp
@@ -18,7 +18,7 @@ TEST(API, SetStyle) {
Map map(view, fileSource);
- map.start(Map::Mode::Static);
+ map.start(Map::Mode::Still);
map.setStyleJSON("invalid", "test/suite");