[map] Fix bool use in C API

This commit is contained in:
Behdad Esfahbod 2018-05-29 17:34:35 -07:00
parent a9fa39dca5
commit 2578390773
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ hb_map_del (hb_map_t *map,
*
* Since: REPLACEME
**/
bool
hb_bool_t
hb_map_has (const hb_map_t *map,
hb_codepoint_t key)
{

View File

@ -101,7 +101,7 @@ HB_EXTERN void
hb_map_del (hb_map_t *map,
hb_codepoint_t key);
HB_EXTERN bool
HB_EXTERN hb_bool_t
hb_map_has (const hb_map_t *map,
hb_codepoint_t key);