[util] Fix warning

pull/522/head
Behdad Esfahbod 7 years ago
parent ac8c4e56d8
commit 356f93b64b
  1. 3
      util/shape-consumer.hh

@ -37,7 +37,8 @@ struct shape_consumer_t
: failed (false),
shaper (parser),
output (parser),
font (NULL) {}
font (NULL),
buffer (NULL) {}
void init (hb_buffer_t *buffer_,
const font_options_t *font_opts)

Loading…
Cancel
Save