From 19129cbd023345569b24f1b9863e0ee32ae61182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 17 Sep 2014 16:01:35 +0200 Subject: make SourceInfo object noncopyable and use a shared_pointer for it --- src/map/raster_tile_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/raster_tile_data.cpp') diff --git a/src/map/raster_tile_data.cpp b/src/map/raster_tile_data.cpp index 2f09a5fec5..e7725b7abd 100644 --- a/src/map/raster_tile_data.cpp +++ b/src/map/raster_tile_data.cpp @@ -5,7 +5,7 @@ using namespace mbgl; -RasterTileData::RasterTileData(Tile::ID id, Map &map, const SourceInfo &source) +RasterTileData::RasterTileData(Tile::ID id, Map &map, const util::ptr &source) : TileData(id, map, source), bucket(map.getTexturepool(), properties) { } -- cgit v1.2.1