This commit is contained in:
Behdad Esfahbod 2022-12-02 16:08:40 -07:00
parent 7d6893a803
commit da7961b2e8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ struct hb_multimap_t
singulars.set (k, v);
}
hb_array_t<hb_codepoint_t> get (hb_codepoint_t k)
hb_array_t<const hb_codepoint_t> get (hb_codepoint_t k) const
{
hb_codepoint_t *v;
if (singulars.has (k, &v))