* Add volatile to sync svotval.h with otvmod.c
This commit is contained in:
parent
7e3d601355
commit
431282fc9e
|
@ -29,7 +29,7 @@ FT_BEGIN_HEADER
|
||||||
|
|
||||||
|
|
||||||
typedef FT_Error
|
typedef FT_Error
|
||||||
(*otv_validate_func)( FT_Face face,
|
(*otv_validate_func)( FT_Face volatile face,
|
||||||
FT_UInt ot_flags,
|
FT_UInt ot_flags,
|
||||||
FT_Bytes *base,
|
FT_Bytes *base,
|
||||||
FT_Bytes *gdef,
|
FT_Bytes *gdef,
|
||||||
|
|
Loading…
Reference in New Issue