From dbbd4390b39b8585880fcfef5db5efb1b74b4dfc Mon Sep 17 00:00:00 2001 From: jpirnay Date: Wed, 29 Apr 2026 11:44:02 +0200 Subject: [PATCH] Fix test --- test/differential_rounding/DifferentialRoundingTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/differential_rounding/DifferentialRoundingTest.cpp b/test/differential_rounding/DifferentialRoundingTest.cpp index fd454839..d499dae7 100644 --- a/test/differential_rounding/DifferentialRoundingTest.cpp +++ b/test/differential_rounding/DifferentialRoundingTest.cpp @@ -94,6 +94,8 @@ static const EpdFontData kTestFontData = { .kernRightClassCount = 2, .ligaturePairs = nullptr, .ligaturePairCount = 0, + .glyphMissHandler = nullptr, + .glyphMissCtx = nullptr, }; // clang-format on