From f630ae5161bfc8420f9ae0127fd8c7f447874fdd Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Mon, 26 Feb 2018 17:46:17 -0800 Subject: [PATCH] [subset] unsigned int -> hb_codepoint_t. --- src/hb-ot-os2-unicode-ranges.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-os2-unicode-ranges.hh b/src/hb-ot-os2-unicode-ranges.hh index a456ffddb..a3ad4d344 100644 --- a/src/hb-ot-os2-unicode-ranges.hh +++ b/src/hb-ot-os2-unicode-ranges.hh @@ -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; };