summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-11-30 13:05:51 -0800
committerJohn Firebaugh <john@Johns-MacBook-Pro.local>2015-12-01 09:07:03 -0800
commit40ebf5d0d08138c353d7c0e4bc61ee53dceae410 (patch)
treec94e6bad39842f9beff22c71d9304e30bf6fa4a6 /src/mbgl/annotation
parentf27c28b6c4a4796eded7984d7bb3c62f30ba594f (diff)
downloadqtlocation-mapboxgl-40ebf5d0d08138c353d7c0e4bc61ee53dceae410.tar.gz
[core] Introduce StyleUpdateParameters
Diffstat (limited to 'src/mbgl/annotation')
-rw-r--r--src/mbgl/annotation/annotation_tile.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/annotation/annotation_tile.hpp b/src/mbgl/annotation/annotation_tile.hpp
index a8bb2c5677..e88d6d55cf 100644
--- a/src/mbgl/annotation/annotation_tile.hpp
+++ b/src/mbgl/annotation/annotation_tile.hpp
@@ -42,6 +42,7 @@ class MapData;
class AnnotationTileMonitor : public GeometryTileMonitor {
public:
+ // TODO: should just take AnnotationManager&, but we need to eliminate util::exclusive<AnnotationManager> from MapData first.
AnnotationTileMonitor(const TileID&, MapData&);
~AnnotationTileMonitor();