[subset] unsigned int -> hb_codepoint_t.

This commit is contained in:
Garret Rieger 2018-02-26 17:46:17 -08:00
parent 6368ce4c92
commit f630ae5161
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
namespace OT { namespace OT {
struct Range { struct Range {
unsigned int start; hb_codepoint_t start;
unsigned int end; hb_codepoint_t end;
unsigned int bit; unsigned int bit;
}; };