summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 5246f6877d..36ccd1f30e 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -29,7 +29,7 @@ class SpriteAtlas;
class LineAtlas;
class RenderData;
class TransformState;
-class QueryOptions;
+class RenderedQueryOptions;
namespace style {
@@ -99,8 +99,8 @@ public:
std::vector<Feature> queryRenderedFeatures(const ScreenLineString& geometry,
const TransformState& transformState,
- const QueryOptions& options) const;
-
+ const RenderedQueryOptions& options) const;
+
float getQueryRadius() const;
void setSourceTileCacheSize(size_t);