mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[serializer] Minor
This commit is contained in:
parent
035b818e34
commit
839618de3b
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ struct hb_serialize_context_t
|
|||
}
|
||||
template <typename Type>
|
||||
Type *embed (const Type &obj)
|
||||
{ return embed (&obj); }
|
||||
{ return embed (hb_addressof (obj)); }
|
||||
|
||||
template <typename Type, typename ...Ts> auto
|
||||
_copy (const Type &src, hb_priority<1>, Ts &&...ds) HB_RETURN
|
||||
|
|
Loading…
Add table
Reference in a new issue