Minor again

This commit is contained in:
Behdad Esfahbod 2019-05-10 13:51:12 -07:00
parent 5d4437fad0
commit ac737f8c9e
1 changed files with 1 additions and 1 deletions

View File

@ -2504,7 +2504,7 @@ struct ExtensionFormat1
template <typename X>
const X& get_subtable () const
{ return this + (LOffsetTo<typename T::SubTable>&) extensionOffset; }
{ return this + CastR<LOffsetTo<typename T::SubTable>> (extensionOffset); }
template <typename context_t, typename ...Ts>
typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const