summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layout/symbol_layout.hpp')
-rw-r--r--src/mbgl/layout/symbol_layout.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/layout/symbol_layout.hpp b/src/mbgl/layout/symbol_layout.hpp
index 52c912c8ae..3b7398ce78 100644
--- a/src/mbgl/layout/symbol_layout.hpp
+++ b/src/mbgl/layout/symbol_layout.hpp
@@ -81,13 +81,13 @@ private:
const SymbolQuad&,
const Anchor& labelAnchor,
PlacedSymbol& placedSymbol,
- float sortKey);
+ double sortKey);
size_t addSymbols(SymbolBucket::Buffer&,
const Range<float> sizeData,
const SymbolQuads&,
const Anchor& labelAnchor,
PlacedSymbol& placedSymbol,
- float sortKey);
+ double sortKey);
// Adds symbol quads to bucket and returns formatted section index of last
// added quad.