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 d281d2a04f..37e1b4dbd3 100644
--- a/src/mbgl/text/glyph_pbf.hpp
+++ b/src/mbgl/text/glyph_pbf.hpp
@@ -21,7 +21,7 @@ public:
GlyphPBF(GlyphStore*,
const FontStack&,
const GlyphRange&,
- GlyphStore::Observer*,
+ GlyphStoreObserver*,
FileSource&);
~GlyphPBF();
@@ -32,7 +32,7 @@ public:
private:
std::atomic<bool> parsed;
std::unique_ptr<AsyncRequest> req;
- GlyphStore::Observer* observer = nullptr;
+ GlyphStoreObserver* observer = nullptr;
};
} // namespace mbgl