[set] Actually derive iterator from hb_sorted_iter_t<>

pull/1507/head^2
Behdad Esfahbod 6 years ago
parent fc35919d01
commit 89d04129e2
  1. 2
      src/hb-set.hh

@ -671,7 +671,7 @@ struct hb_set_t
/*
* Iterator implementation.
*/
struct iter_t
struct iter_t : hb_sorted_iter_t<iter_t, hb_codepoint_t>
{
iter_t (const hb_set_t &s_) : s (s_), v (INVALID) { __next__ (); }

Loading…
Cancel
Save