summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/custom_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/custom_tile.hpp')
-rw-r--r--src/mbgl/tile/custom_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/tile/custom_tile.hpp b/src/mbgl/tile/custom_tile.hpp
index 734ea2bac1..7973d57a0b 100644
--- a/src/mbgl/tile/custom_tile.hpp
+++ b/src/mbgl/tile/custom_tile.hpp
@@ -19,7 +19,7 @@ public:
const style::GeoJSONOptions,
ActorRef<style::CustomTileLoader> loader);
~CustomTile() override;
- void setTileData(const CanonicalTileID& tileID, const mapbox::geojson::geojson& data);
+ void setTileData(const mapbox::geojson::geojson& data);
void setNecessity(Necessity) final;