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/tile/geojson_tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mbgl/tile/geojson_tile.cpp') diff --git a/src/mbgl/tile/geojson_tile.cpp b/src/mbgl/tile/geojson_tile.cpp index fceae19619..31f2443ced 100644 --- a/src/mbgl/tile/geojson_tile.cpp +++ b/src/mbgl/tile/geojson_tile.cpp @@ -124,7 +124,7 @@ void GeoJSONTileMonitor::update() { } } -std::unique_ptr +std::unique_ptr GeoJSONTileMonitor::monitorTile(const GeometryTileMonitor::Callback& cb) { callback = cb; update(); -- cgit v1.2.1