diff --git a/src/hb-iter.hh b/src/hb-iter.hh index 93f79ef88..8510ec009 100644 --- a/src/hb-iter.hh +++ b/src/hb-iter.hh @@ -199,7 +199,7 @@ struct hb_is_sorted_iterator { enum { */ template inline void -hb_fill (const C& c, const V &v) +hb_fill (C& c, const V &v) { for (typename C::iter_t i (c); i; i++) hb_assign (*i, v);