[face] Comment

This commit is contained in:
Behdad Esfahbod 2023-04-21 11:37:37 -06:00
parent d1f49ba6d2
commit f74abc307d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct hb_face_t
if (unlikely (!reference_table_func))
return hb_blob_get_empty ();
blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
blob = reference_table_func (/*Oh, well.*/const_cast<hb_face_t *> (this), tag, user_data);
if (unlikely (!blob))
return hb_blob_get_empty ();