[iter] Const correctness

This commit is contained in:
Behdad Esfahbod 2019-01-02 16:14:00 -05:00
parent 415f3f4320
commit 255085bd59
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ struct ArrayOf
return_trace (true);
}
template <typename Iterator>
hb_enable_if_t (hb_is_iterator (Iterator, Type),
hb_enable_if_t (hb_is_iterator (Iterator, const Type),
bool) serialize (hb_serialize_context_t *c,
Iterator items)
{