summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/custom_geometry_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/custom_geometry_tile.hpp')
-rw-r--r--src/mbgl/tile/custom_geometry_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/tile/custom_geometry_tile.hpp b/src/mbgl/tile/custom_geometry_tile.hpp
index 3f8cc27279..0695287127 100644
--- a/src/mbgl/tile/custom_geometry_tile.hpp
+++ b/src/mbgl/tile/custom_geometry_tile.hpp
@@ -23,7 +23,7 @@ public:
ActorRef<style::CustomTileLoader> loader);
~CustomGeometryTile() override;
- void setTileData(const GeoJSON& data);
+ void setTileData(const GeoJSON& geoJSON);
void invalidateTileData();
void setNecessity(TileNecessity) final;