mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[set] Oops. Fix compile
This commit is contained in:
parent
3962225a72
commit
bd5502f09f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ hb_set_t *
|
|||
hb_set_copy (const hb_set_t *set)
|
||||
{
|
||||
hb_set_t *copy = hb_set_create ();
|
||||
copy->set (set);
|
||||
copy->set (*set);
|
||||
return copy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue