[subset] unsigned int -> hb_codepoint_t.
This commit is contained in:
parent
6368ce4c92
commit
f630ae5161
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue