mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[util] Fix warning
This commit is contained in:
parent
ac8c4e56d8
commit
356f93b64b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue