summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/within.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/expression/within.hpp')
-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;