summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/text/glyph_atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text/glyph_atlas.cpp b/test/text/glyph_atlas.cpp
index 27d43a1721..8634cbe913 100644
--- a/test/text/glyph_atlas.cpp
+++ b/test/text/glyph_atlas.cpp
@@ -18,7 +18,7 @@ public:
StubStyleObserver observer;
GlyphAtlas glyphAtlas { 32, 32, fileSource };
- void run(const std::string& url, const FontStack& fontStack, const std::set<GlyphRange>& glyphRanges) {
+ void run(const std::string& url, const FontStack& fontStack, const GlyphRangeSet& glyphRanges) {
// Squelch logging.
Log::setObserver(std::make_unique<Log::NullObserver>());