pull/3914/head
Behdad Esfahbod 2 years ago
parent 7d6893a803
commit da7961b2e8
  1. 2
      src/hb-multimap.hh

@ -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))

Loading…
Cancel
Save