mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
[gsubgpos] minor build fix
This commit is contained in:
parent
b143e34ee1
commit
25718913d4
1 changed files with 1 additions and 1 deletions
|
@ -3054,7 +3054,7 @@ struct GSUBGPOS
|
|||
unsigned int *index) const
|
||||
{
|
||||
#ifdef HB_NO_VAR
|
||||
*index = NOT_FOUND_INDEX;
|
||||
*index = Index::NOT_FOUND_INDEX;
|
||||
return false;
|
||||
#endif
|
||||
return (version.to_int () >= 0x00010001u ? this+featureVars : Null (FeatureVariations))
|
||||
|
|
Loading…
Add table
Reference in a new issue