From 183be8f452862aaf0cdedb28d54ec114d67745b2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 30 Dec 2018 20:58:25 -0500 Subject: [PATCH] [iter] Minor --- src/hb-iter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);