Fix another compile error with some compilers.

This commit is contained in:
Sasha Szpakowski
2023-01-03 20:35:31 -04:00
parent 431c6a110c
commit bb82a448be
+1 -1
View File
@@ -267,7 +267,7 @@ void HarfbuzzShaper::computeGlyphPositions(const ColoredCodepoints &codepoints,
continue;
// This is a glyph index at this point, despite the name.
GlyphIndex gindex = { info.codepoint, bufferrange.index };
GlyphIndex gindex = { (int) info.codepoint, bufferrange.index };
if (clustercodepoint == '\t' && isUsingSpacesForTab())
{