summaryrefslogtreecommitdiff
path: root/test/text/glyph_manager.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/text/glyph_manager.test.cpp')
-rw-r--r--test/text/glyph_manager.test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/text/glyph_manager.test.cpp b/test/text/glyph_manager.test.cpp
index a96e1b970c..a50e42236f 100644
--- a/test/text/glyph_manager.test.cpp
+++ b/test/text/glyph_manager.test.cpp
@@ -19,6 +19,10 @@ static constexpr const size_t stubBitmapLength = 900;
class StubLocalGlyphRasterizer : public LocalGlyphRasterizer {
public:
+ StubLocalGlyphRasterizer()
+ : LocalGlyphRasterizer(0)
+ {}
+
bool canRasterizeGlyph(const FontStack&, GlyphID glyphID) {
return util::i18n::allowsIdeographicBreaking(glyphID);
}