summaryrefslogtreecommitdiff
path: root/test/style/glyph_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/glyph_store.cpp')
-rw-r--r--test/style/glyph_store.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/style/glyph_store.cpp b/test/style/glyph_store.cpp
index 4524716212..8e7518c33f 100644
--- a/test/style/glyph_store.cpp
+++ b/test/style/glyph_store.cpp
@@ -39,11 +39,11 @@ public:
glyphStore_.reset();
}
- void onGlyphRangeLoaded() override {
+ void onGlyphsLoaded(const std::string&, const GlyphRange&) override {
callback_(glyphStore_.get(), nullptr);
}
- void onGlyphRangeLoadingFailed(std::exception_ptr error) override {
+ void onGlyphsError(const std::string&, const GlyphRange&, std::exception_ptr error) override {
callback_(glyphStore_.get(), error);
}