build fix attempt

This commit is contained in:
Michiharu Ariza 2019-03-01 21:33:21 -08:00
parent cf2ef92c74
commit 2d7ad3f28b
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ struct glyf
hb_vector_t<contour_point_t> &_points /* IN/OUT */,
const range_checker_t &checker)
{
const T coord_setter;
T coord_setter;
float v = 0;
for (unsigned int i = 0; i < _points.length - PHANTOM_COUNT; i++)
{