summaryrefslogtreecommitdiff
path: root/src/mbgl/text/collision_index.hpp
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-10-27 17:02:33 -0700
committerChris Loer <chris.loer@gmail.com>2017-10-31 10:25:57 -0700
commit527866738750f0787653ec7a0301d1ebf9147ab3 (patch)
tree1d5dca19e93cfa0471ee9b58fa44513a33df3158 /src/mbgl/text/collision_index.hpp
parent29025e7feb3ed16c9eb4a5bfc9143ec39e21460d (diff)
downloadqtlocation-mapboxgl-527866738750f0787653ec7a0301d1ebf9147ab3.tar.gz
First implementation of queryRenderedSymbols
Diffstat (limited to 'src/mbgl/text/collision_index.hpp')
-rw-r--r--src/mbgl/text/collision_index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/text/collision_index.hpp b/src/mbgl/text/collision_index.hpp
index 226a3be5ed..0d19d6f9cd 100644
--- a/src/mbgl/text/collision_index.hpp
+++ b/src/mbgl/text/collision_index.hpp
@@ -31,7 +31,7 @@ public:
void insertFeature(CollisionFeature& feature, bool ignorePlacement);
- std::vector<IndexedSubfeature> queryRenderedSymbols(const GeometryCoordinates&, const UnwrappedTileID& tileID, const float textPixelRatio) const;
+ std::vector<IndexedSubfeature> queryRenderedSymbols(const GeometryCoordinates&, const UnwrappedTileID& tileID) const;
private: