summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/vector_tile_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/vector_tile_data.hpp')
-rw-r--r--src/mbgl/tile/vector_tile_data.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/tile/vector_tile_data.hpp b/src/mbgl/tile/vector_tile_data.hpp
index d7a14314d2..8e653386b8 100644
--- a/src/mbgl/tile/vector_tile_data.hpp
+++ b/src/mbgl/tile/vector_tile_data.hpp
@@ -1,11 +1,11 @@
#pragma once
#include <mbgl/tile/geometry_tile_data.hpp>
+#include <mbgl/tile/tile_source.hpp>
namespace mbgl {
class Tileset;
-class TileSource;
class GeometryTile;
namespace style {
@@ -25,7 +25,7 @@ public:
static std::unique_ptr<GeometryTile> parseData(std::shared_ptr<const std::string>);
private:
- std::unique_ptr<TileSource> tileSource;
+ TileSource<VectorTileData> tileSource;
};
} // namespace mbgl