summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/annotation_tile_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/annotation_tile_data.hpp')
-rw-r--r--src/mbgl/tile/annotation_tile_data.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/tile/annotation_tile_data.hpp b/src/mbgl/tile/annotation_tile_data.hpp
index 7995091a2f..c999cba167 100644
--- a/src/mbgl/tile/annotation_tile_data.hpp
+++ b/src/mbgl/tile/annotation_tile_data.hpp
@@ -4,7 +4,7 @@
namespace mbgl {
-class TileSource;
+class AnnotationManager;
namespace style {
class UpdateParameters;
@@ -20,7 +20,7 @@ public:
void setNecessity(Necessity) final;
private:
- std::unique_ptr<TileSource> tileSource;
+ AnnotationManager& annotationManager;
};
} // namespace mbgl