summaryrefslogtreecommitdiff
path: root/src/mbgl/text/placement.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/placement.hpp')
-rw-r--r--src/mbgl/text/placement.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/text/placement.hpp b/src/mbgl/text/placement.hpp
index a50fc47125..78bfc0a4d8 100644
--- a/src/mbgl/text/placement.hpp
+++ b/src/mbgl/text/placement.hpp
@@ -64,7 +64,7 @@ namespace mbgl {
const bool showCollisionBoxes,
std::unordered_set<uint32_t>& seenCrossTileIDs);
- void updateBucketOpacities(SymbolBucket&, std::unordered_set<uint32_t>&);
+ void updateBucketOpacities(SymbolBucket&, std::set<uint32_t>&);
CollisionIndex collisionIndex;
@@ -72,8 +72,8 @@ namespace mbgl {
MapMode mapMode;
TimePoint commitTime;
- std::unordered_map<uint32_t,PlacementPair> placements;
- std::unordered_map<uint32_t,JointOpacityState> opacities;
+ std::unordered_map<uint32_t, PlacementPair> placements;
+ std::unordered_map<uint32_t, JointOpacityState> opacities;
TimePoint recentUntil;
bool stale = false;