summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_pbf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/glyph_pbf.hpp')
-rw-r--r--src/mbgl/text/glyph_pbf.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/text/glyph_pbf.hpp b/src/mbgl/text/glyph_pbf.hpp
index 016792aae8..93b7c9db76 100644
--- a/src/mbgl/text/glyph_pbf.hpp
+++ b/src/mbgl/text/glyph_pbf.hpp
@@ -13,7 +13,7 @@
namespace mbgl {
class FontStack;
-class FileRequest;
+class AsyncRequest;
class FileSource;
class GlyphPBF : private util::noncopyable {
@@ -31,7 +31,7 @@ public:
private:
std::atomic<bool> parsed;
- std::unique_ptr<FileRequest> req;
+ std::unique_ptr<AsyncRequest> req;
GlyphStore::Observer* observer = nullptr;
};