c-style cast

pull/114/head
ThePhD 9 years ago
parent 23237b0279
commit f798b8e2d6
  1. 2
      src/hb-ot-shape-complex-use.cc

@ -572,7 +572,7 @@ compose_use (const hb_ot_shape_normalize_context_t *c,
if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a)))
return false;
return c->unicode->compose (a, b, ab) != 0;
return (bool)c->unicode->compose (a, b, ab);
}

Loading…
Cancel
Save