[subset] Minor

This commit is contained in:
Behdad Esfahbod 2018-12-11 22:48:27 -05:00
parent 2aba2c6c73
commit 41d1a1c10f
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ struct hb_serialize_context_t
}
template <typename Type>
inline Type *start_embed (void) const
inline Type *start_embed (const Type *_ HB_UNUSED = nullptr) const
{
Type *ret = reinterpret_cast<Type *> (this->head);
return ret;