[iter] Fix warning

This commit is contained in:
Behdad Esfahbod 2018-12-22 16:19:10 -05:00
parent e4355b1ca1
commit 85003b594b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ struct hb_sorted_iter_t : hb_iter_t<Iter, Item>
{
protected:
hb_sorted_iter_t () {}
hb_sorted_iter_t (const hb_sorted_iter_t &o) {}
hb_sorted_iter_t (const hb_sorted_iter_t &o) : hb_iter_t<Iter, Item> () {}
void operator = (const hb_sorted_iter_t &o) {}
};