[subset] unsigned int -> hb_codepoint_t.
This commit is contained in:
parent
6368ce4c92
commit
f630ae5161
|
@ -33,8 +33,8 @@
|
|||
namespace OT {
|
||||
|
||||
struct Range {
|
||||
unsigned int start;
|
||||
unsigned int end;
|
||||
hb_codepoint_t start;
|
||||
hb_codepoint_t end;
|
||||
unsigned int bit;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue