Minor
This commit is contained in:
parent
ff7826e90b
commit
6404c49d07
|
@ -587,7 +587,7 @@ struct BEInt<Type, 4>
|
|||
|
||||
|
||||
/*
|
||||
* Lazy struct and blob loaders.
|
||||
* Lazy loaders.
|
||||
*/
|
||||
|
||||
template <unsigned int WheresFace,
|
||||
|
@ -649,6 +649,8 @@ struct hb_base_lazy_loader_t
|
|||
mutable Stored *instance;
|
||||
};
|
||||
|
||||
/* Specializations. */
|
||||
|
||||
template <unsigned int WheresFace, typename T>
|
||||
struct hb_lazy_loader_t : hb_base_lazy_loader_t<WheresFace, hb_lazy_loader_t<WheresFace, T>, T>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue