[util] Fix warning

This commit is contained in:
Behdad Esfahbod 2017-08-09 22:06:53 -07:00
parent ac8c4e56d8
commit 356f93b64b

View File

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