summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-13 12:23:21 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 11:25:45 -0700
commiteecf9e7d231f282ec4ecf989360106aa91263800 (patch)
treecb593325edfd7aafab93aa724b8e03598c9d60db /src/mbgl/tile/raster_tile.hpp
parent55abb76f6840642c9734f19cb493d9efaf5329e3 (diff)
downloadqtlocation-mapboxgl-eecf9e7d231f282ec4ecf989360106aa91263800.tar.gz
[core] Virtualize Source::createTile
Diffstat (limited to 'src/mbgl/tile/raster_tile.hpp')
-rw-r--r--src/mbgl/tile/raster_tile.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/tile/raster_tile.hpp b/src/mbgl/tile/raster_tile.hpp
index 8c0923e7ef..32231f7b03 100644
--- a/src/mbgl/tile/raster_tile.hpp
+++ b/src/mbgl/tile/raster_tile.hpp
@@ -21,6 +21,7 @@ public:
RasterTile(const OverscaledTileID&,
const style::UpdateParameters&,
const Tileset&);
+ ~RasterTile() final;
void setNecessity(Necessity) final;