diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-04-17 17:55:24 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-04-17 17:55:24 +0200 |
commit | 71d127220b2469cc49e61b528e2c5c5548097b93 (patch) | |
tree | d45b8a3fdf8ddc244d951a41bf281a46cf447d2c /bin | |
parent | 7827d4954cea5b4fcfce3f245aae2e8c66e0ccb2 (diff) | |
download | qtlocation-mapboxgl-71d127220b2469cc49e61b528e2c5c5548097b93.tar.gz |
rename Mode::Static => Mode::Still
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.cpp | 2 |
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()) { |