summaryrefslogtreecommitdiff
path: root/test/text
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-10-26 17:32:07 -0700
committerKonstantin Käfer <mail@kkaefer.com>2016-11-01 18:41:52 +0100
commit7b50cac49f353524457e16d3f342299e0886e963 (patch)
tree22356d28417e24623c5919e3a50f5763967a53dc /test/text
parent358701f475b2c04c4681d70435bc76370b371285 (diff)
downloadqtlocation-mapboxgl-7b50cac49f353524457e16d3f342299e0886e963.tar.gz
[core] convert GlyphAtlas to use managed texture handling
Diffstat (limited to 'test/text')
-rw-r--r--test/text/glyph_atlas.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text/glyph_atlas.test.cpp b/test/text/glyph_atlas.test.cpp
index 8634cbe913..e8564cc69c 100644
--- a/test/text/glyph_atlas.test.cpp
+++ b/test/text/glyph_atlas.test.cpp
@@ -16,7 +16,7 @@ public:
util::RunLoop loop;
StubFileSource fileSource;
StubStyleObserver observer;
- GlyphAtlas glyphAtlas { 32, 32, fileSource };
+ GlyphAtlas glyphAtlas{ { 32, 32 }, fileSource };
void run(const std::string& url, const FontStack& fontStack, const GlyphRangeSet& glyphRanges) {
// Squelch logging.