[set] Mark some internals protected

This commit is contained in:
Behdad Esfahbod 2018-12-21 20:00:52 -05:00
parent 954b985422
commit 4911e67d2d
1 changed files with 2 additions and 0 deletions

View File

@ -668,6 +668,8 @@ struct hb_set_t
static const hb_codepoint_t INVALID = HB_SET_VALUE_INVALID;
protected:
page_t *page_for_insert (hb_codepoint_t g)
{
page_map_t map = {get_major (g), pages.length};