[iter] Minor

This commit is contained in:
Behdad Esfahbod 2018-12-30 20:58:25 -05:00
parent 6cd96ba1ac
commit 183be8f452
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ struct hb_is_sorted_iterator { enum {
*/
template <typename C, typename V> 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);