summaryrefslogtreecommitdiff
path: root/include
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 /include
parent7827d4954cea5b4fcfce3f245aae2e8c66e0ccb2 (diff)
downloadqtlocation-mapboxgl-71d127220b2469cc49e61b528e2c5c5548097b93.tar.gz
rename Mode::Static => Mode::Still
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 992c12b83e..f9738debe9 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -51,7 +51,7 @@ public:
enum class Mode : uint8_t {
None, // we're not doing any processing
Continuous, // continually updating map
- Static, // a once-off static image.
+ Still, // a once-off still image.
};
explicit Map(View&, FileSource&);