[minor:aat] Use injected class name

This commit is contained in:
Behdad Esfahbod 2021-02-18 11:16:37 -07:00
parent e27420bb18
commit b6fdaa6948
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ struct StateTable
const Entry<Extra> &get_entry (int state, unsigned int klass) const
{
if (unlikely (klass >= nClasses))
klass = StateTable<Types, Entry<Extra>>::CLASS_OUT_OF_BOUNDS;
klass = StateTable::CLASS_OUT_OF_BOUNDS;
const HBUSHORT *states = (this+stateArrayTable).arrayZ;
const Entry<Extra> *entries = (this+entryTable).arrayZ;