[util] Fix warning
This commit is contained in:
parent
ac8c4e56d8
commit
356f93b64b
@ -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…
Reference in New Issue
Block a user