summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/raster_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/sources/raster_source.hpp')
-rw-r--r--src/mbgl/style/sources/raster_source.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mbgl/style/sources/raster_source.hpp b/src/mbgl/style/sources/raster_source.hpp
index 0e062c14f8..abc203e3cb 100644
--- a/src/mbgl/style/sources/raster_source.hpp
+++ b/src/mbgl/style/sources/raster_source.hpp
@@ -11,6 +11,9 @@ public:
std::string url,
uint16_t tileSize,
std::unique_ptr<Tileset>&&);
+
+private:
+ std::unique_ptr<Tile> createTile(const OverscaledTileID&, const UpdateParameters&) final;
};
} // namespace style