summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-03-04 11:38:50 +0200
committerzmiao <miao.zhao@mapbox.com>2020-03-05 20:53:16 +0200
commitaa0c9c267f1ab5abe9f9756e300f61edabac4a31 (patch)
tree48a6b46ef713057c50145b72c8a6579b880fecd7 /include
parentc69d3b46b12655533aaee5740eba25f5bf7b11de (diff)
downloadqtlocation-mapboxgl-aa0c9c267f1ab5abe9f9756e300f61edabac4a31.tar.gz
[core] Fix within expression serialization + fix within expression equal operator
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/expression/within.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/expression/within.hpp b/include/mbgl/style/expression/within.hpp
index 2bc59a0596..eb23c7d0e0 100644
--- a/include/mbgl/style/expression/within.hpp
+++ b/include/mbgl/style/expression/within.hpp
@@ -11,7 +11,7 @@ namespace expression {
class Within final : public Expression {
public:
- explicit Within(GeoJSON geojson, Feature::geometry_type geometries_, WithinBBox polygonBBox_);
+ explicit Within(GeoJSON geojson, Feature::geometry_type geometries_, const WithinBBox& polygonBBox_);
~Within() override;