summaryrefslogtreecommitdiff
path: root/src/mbgl/util/worker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/worker.hpp')
-rw-r--r--src/mbgl/util/worker.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/worker.hpp b/src/mbgl/util/worker.hpp
index 96a7b27885..6630465631 100644
--- a/src/mbgl/util/worker.hpp
+++ b/src/mbgl/util/worker.hpp
@@ -10,7 +10,7 @@
namespace mbgl {
-class WorkRequest;
+class AsyncRequest;
class RasterBucket;
class GeometryTileLoader;
@@ -33,7 +33,7 @@ public:
// bind references to itself, and if and when those lambdas execute, the references
// will still be valid.
- using Request = std::unique_ptr<WorkRequest>;
+ using Request = std::unique_ptr<AsyncRequest>;
Request parseRasterTile(std::unique_ptr<RasterBucket> bucket,
std::shared_ptr<const std::string> data,