summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.hpp
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-03-04 18:44:13 -0800
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-03-09 13:11:23 -0800
commit548675a196f9e55d87cf8fce837b6e60393cb1b9 (patch)
tree92bc4134eaca3141298b9e298f30d191f038d046 /src/mbgl/style/source_impl.hpp
parentd5c2920104ea733b8ed417d2b9bdbade61b049cd (diff)
downloadqtlocation-mapboxgl-548675a196f9e55d87cf8fce837b6e60393cb1b9.tar.gz
[core] rename query options for query rendered features
Diffstat (limited to 'src/mbgl/style/source_impl.hpp')
-rw-r--r--src/mbgl/style/source_impl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/style/source_impl.hpp b/src/mbgl/style/source_impl.hpp
index 54af93c04f..6e16a31e5a 100644
--- a/src/mbgl/style/source_impl.hpp
+++ b/src/mbgl/style/source_impl.hpp
@@ -24,6 +24,7 @@ class Painter;
class FileSource;
class TransformState;
class RenderTile;
+class RenderedQueryOptions;
namespace algorithm {
class ClipIDGenerator;
@@ -32,7 +33,6 @@ class ClipIDGenerator;
namespace style {
class UpdateParameters;
-class QueryParameters;
class SourceObserver;
class Source::Impl : public TileObserver, private util::noncopyable {
@@ -68,7 +68,7 @@ public:
std::unordered_map<std::string, std::vector<Feature>>
queryRenderedFeatures(const ScreenLineString& geometry,
const TransformState& transformState,
- const QueryOptions& options) const;
+ const RenderedQueryOptions& options) const;
void setCacheSize(size_t);
void onLowMemory();