From 2d7ad3f28ba3a9c97287eb9e1bf75ad353a908c6 Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Fri, 1 Mar 2019 21:33:21 -0800 Subject: [PATCH] build fix attempt --- src/hb-ot-glyf-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-glyf-table.hh b/src/hb-ot-glyf-table.hh index d86894b0f..bab06afbd 100644 --- a/src/hb-ot-glyf-table.hh +++ b/src/hb-ot-glyf-table.hh @@ -334,7 +334,7 @@ struct glyf hb_vector_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++) {