summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/geometry_tile.hpp')
-rw-r--r--src/mbgl/tile/geometry_tile.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mbgl/tile/geometry_tile.hpp b/src/mbgl/tile/geometry_tile.hpp
index 6e4c29d723..807c8474de 100644
--- a/src/mbgl/tile/geometry_tile.hpp
+++ b/src/mbgl/tile/geometry_tile.hpp
@@ -55,6 +55,7 @@ public:
std::unordered_map<std::string, std::vector<Feature>>& result,
const GeometryCoordinates& queryGeometry,
const TransformState&,
+ const style::Style&,
const RenderedQueryOptions& options) override;
void querySourceFeatures(
@@ -92,6 +93,8 @@ private:
void invokePlacement();
const std::string sourceID;
+
+ // TODO: remove
style::Style& style;
// Used to signal the worker that it should abandon parsing this tile as soon as possible.