summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-05 16:53:06 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-12 08:43:08 -0700
commit0e7f3ada64d34fe4123f0e1b2a0f6d10c0f25d4f (patch)
tree77c88468aef0f82c07b4d0daf383393686e9b93b /include
parent5620cea82e9f274a0ceddbabca7759f321c58048 (diff)
downloadqtlocation-mapboxgl-0e7f3ada64d34fe4123f0e1b2a0f6d10c0f25d4f.tar.gz
[core] Fix code style issues
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 1042d97574..885fc6716c 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -165,7 +165,7 @@ public:
void removeCustomLayer(const std::string& id);
// Feature queries
- std::vector<Feature> queryRenderedFeatures(const ScreenCoordinate&, const optional<std::vector<std::string>>& layerIDs = {});
+ std::vector<Feature> queryRenderedFeatures(const ScreenCoordinate&, const optional<std::vector<std::string>>& layerIDs = {});
std::vector<Feature> queryRenderedFeatures(const std::array<ScreenCoordinate, 2>&, const optional<std::vector<std::string>>& layerIDs = {});
// Memory