Another old bot fix

This commit is contained in:
Behdad Esfahbod 2018-10-09 08:28:07 -04:00
parent e4f27f368f
commit e640f3a6b1
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ struct KerxSubTableFormat6
struct KerxTable
{
friend kerx;
friend struct kerx;
inline unsigned int get_size (void) const { return length; }
inline unsigned int get_type (void) const { return coverage & SubtableType; }