[map] Fix bool use in C API

pull/1040/head
Behdad Esfahbod 7 years ago
parent a9fa39dca5
commit 2578390773
  1. 2
      src/hb-map.cc
  2. 2
      src/hb-map.h

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

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

Loading…
Cancel
Save