From 169755e89a72b103fab100ccd101013e8eef1481 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 23 Mar 2016 17:31:14 -0700 Subject: [core] Unify FileRequest and WorkRequest --- src/mbgl/annotation/annotation_tile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mbgl/annotation/annotation_tile.hpp') diff --git a/src/mbgl/annotation/annotation_tile.hpp b/src/mbgl/annotation/annotation_tile.hpp index 8d0804d7f9..ca6b074c21 100644 --- a/src/mbgl/annotation/annotation_tile.hpp +++ b/src/mbgl/annotation/annotation_tile.hpp @@ -47,7 +47,7 @@ public: ~AnnotationTileMonitor(); void update(std::unique_ptr); - std::unique_ptr monitorTile(const GeometryTileMonitor::Callback&) override; + std::unique_ptr monitorTile(const GeometryTileMonitor::Callback&) override; TileID tileID; -- cgit v1.2.1