[iter] Const correctness
This commit is contained in:
parent
415f3f4320
commit
255085bd59
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue