summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-19 11:30:40 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-11-19 11:30:40 -0500
commitc076c7b85ce4d069ae8b2b04143aca4c4f052ae9 (patch)
tree4e70874aecc8cee1ca3e1bbe1d4243fce571ed40
parente3a1a8350a6a7933b0a100194985f4425ab9de19 (diff)
[ot-var] Use hb_ot_name_id_t
-rw-r--r--src/hb-ot-var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-var.h b/src/hb-ot-var.h
index a2c0c5f2..0c0f61dd 100644
--- a/src/hb-ot-var.h
+++ b/src/hb-ot-var.h
@@ -54,7 +54,7 @@ HB_BEGIN_DECLS
*/
typedef struct hb_ot_var_axis_t {
hb_tag_t tag;
- unsigned int name_id;
+ hb_ot_name_id_t name_id;
float min_value;
float default_value;
float max_value;