From cde31988c26043a47e4599bf7e0d88ea67fc333f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 27 Dec 2018 09:39:34 -0500 Subject: [PATCH] [iter] Mark Coverage iterator sorted --- src/hb-ot-layout-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 22d6079ba..b8ac7381c 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -1105,7 +1105,7 @@ struct Coverage } struct Iter : - hb_iter_t >, + hb_sorted_iter_t >, hb_iter_mixin_t > { Iter (const Coverage &c_)