summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.cpp
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-03-04 18:44:13 -0800
committerJesse Bounds <jesse@rebounds.net>2017-03-10 11:08:32 -0800
commit4d325879b89323439e9c2955ba5271d03c910490 (patch)
tree5403fd0c770b2f104edf2ee2a3a15fcb60d8ac3b /src/mbgl/style/source_impl.cpp
parentd82092d6066bfac2514a13f5e2911aeeef5ae5f8 (diff)
downloadqtlocation-mapboxgl-4d325879b89323439e9c2955ba5271d03c910490.tar.gz
[core] rename query options for query rendered features
Diffstat (limited to 'src/mbgl/style/source_impl.cpp')
-rw-r--r--src/mbgl/style/source_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/source_impl.cpp b/src/mbgl/style/source_impl.cpp
index fdacb00b4c..f83579d0d0 100644
--- a/src/mbgl/style/source_impl.cpp
+++ b/src/mbgl/style/source_impl.cpp
@@ -206,7 +206,7 @@ void Source::Impl::reloadTiles() {
std::unordered_map<std::string, std::vector<Feature>> Source::Impl::queryRenderedFeatures(const ScreenLineString& geometry,
const TransformState& transformState,
- const QueryOptions& options) const {
+ const RenderedQueryOptions& options) const {
std::unordered_map<std::string, std::vector<Feature>> result;
if (renderTiles.empty() || geometry.empty()) {
return result;