Another old bot fix
This commit is contained in:
parent
e4f27f368f
commit
e640f3a6b1
|
@ -212,7 +212,7 @@ struct KerxSubTableFormat6
|
||||||
|
|
||||||
struct KerxTable
|
struct KerxTable
|
||||||
{
|
{
|
||||||
friend kerx;
|
friend struct kerx;
|
||||||
|
|
||||||
inline unsigned int get_size (void) const { return length; }
|
inline unsigned int get_size (void) const { return length; }
|
||||||
inline unsigned int get_type (void) const { return coverage & SubtableType; }
|
inline unsigned int get_type (void) const { return coverage & SubtableType; }
|
||||||
|
|
Loading…
Reference in New Issue