summaryrefslogtreecommitdiff
path: root/bin
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 /bin
parent7827d4954cea5b4fcfce3f245aae2e8c66e0ccb2 (diff)
downloadqtlocation-mapboxgl-71d127220b2469cc49e61b528e2c5c5548097b93.tar.gz
rename Mode::Static => Mode::Still
Diffstat (limited to 'bin')
-rw-r--r--bin/render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/render.cpp b/bin/render.cpp
index 78cb5b59f5..cd7a54f48d 100644
--- a/bin/render.cpp
+++ b/bin/render.cpp
@@ -83,7 +83,7 @@ int main(int argc, char *argv[]) {
HeadlessView view;
Map map(view, fileSource);
- map.start(Map::Mode::Static);
+ map.start(Map::Mode::Still);
// Set access token if present
if (token.size()) {