diff --git a/src/hb-multimap.hh b/src/hb-multimap.hh index 4fde00a75..f0f95917a 100644 --- a/src/hb-multimap.hh +++ b/src/hb-multimap.hh @@ -63,7 +63,7 @@ struct hb_multimap_t singulars.set (k, v); } - hb_array_t get (hb_codepoint_t k) + hb_array_t get (hb_codepoint_t k) const { hb_codepoint_t *v; if (singulars.has (k, &v))