summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-18 14:11:50 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-21 21:39:48 +0200
commit351f421080572849b175326ccbee13a77a39bae6 (patch)
tree2de5d1144102ffd986258febc49553c9937430c5 /include
parent6764ab46752681b6bdeb068bdfbc9d4f5313d845 (diff)
downloadqtlocation-mapboxgl-351f421080572849b175326ccbee13a77a39bae6.tar.gz
[core] Update unti tests. Remove unnecessary debugging code
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/expression/within.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mbgl/style/expression/within.hpp b/include/mbgl/style/expression/within.hpp
index 900e84296f..4116b60bc8 100644
--- a/include/mbgl/style/expression/within.hpp
+++ b/include/mbgl/style/expression/within.hpp
@@ -13,7 +13,7 @@ namespace expression {
class Within final : public Expression {
public:
- explicit Within(GeoJSON geojson);
+ explicit Within(GeoJSON geojson, Feature::geometry_type geometries_);
~Within() override;
@@ -32,6 +32,7 @@ public:
private:
GeoJSON geoJSONSource;
+ Feature::geometry_type geometries;
};
} // namespace expression