diff --git a/src/Text/Test/AbstractFontConverterTest.cpp b/src/Text/Test/AbstractFontConverterTest.cpp index e27626cac..5aedd2830 100644 --- a/src/Text/Test/AbstractFontConverterTest.cpp +++ b/src/Text/Test/AbstractFontConverterTest.cpp @@ -72,7 +72,7 @@ void AbstractFontConverterTest::convertGlyphs() { Containers::Array doExportFontToSingleData(AbstractFont*, GlyphCache*, const std::u32string& characters) const override { this->characters = characters; - return {}; + return nullptr; } std::u32string& characters;