summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/map_context.hpp')
-rw-r--r--src/mbgl/map/map_context.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/map/map_context.hpp b/src/mbgl/map/map_context.hpp
index 8570a40935..5e1d5e70ae 100644
--- a/src/mbgl/map/map_context.hpp
+++ b/src/mbgl/map/map_context.hpp
@@ -20,7 +20,7 @@ class View;
class MapData;
class Painter;
class SpriteImage;
-class FileRequest;
+class AsyncRequest;
class PropertyTransition;
namespace gl { class TexturePool; }
@@ -106,7 +106,7 @@ private:
std::string styleURL;
std::string styleJSON;
- std::unique_ptr<FileRequest> styleRequest;
+ std::unique_ptr<AsyncRequest> styleRequest;
Map::StillImageCallback callback;
size_t sourceCacheSize;