summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-21 15:34:14 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-21 15:34:14 +0200
commitbbd42fe91f238b10416f2323cfb42c422bd2597d (patch)
tree02f7b91305996abf910f94a72f414aeca91c0467 /include
parent671e3910d60eefbfefea92820f91114a87ee7252 (diff)
downloadqtlocation-mapboxgl-bbd42fe91f238b10416f2323cfb42c422bd2597d.tar.gz
don't trip up certain stdlib implementations
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/clip_ids.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/clip_ids.hpp b/include/mbgl/util/clip_ids.hpp
index 52c571d598..5855b16af7 100644
--- a/include/mbgl/util/clip_ids.hpp
+++ b/include/mbgl/util/clip_ids.hpp
@@ -22,7 +22,7 @@ private:
};
typedef std::vector<Leaf> Pool;
- std::forward_list<const Pool> pools;
+ std::forward_list<Pool> pools;
uint8_t bit_offset = 0;
private: