summaryrefslogtreecommitdiff
path: root/src/hb-aat-map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-aat-map.cc')
-rw-r--r--src/hb-aat-map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-aat-map.cc b/src/hb-aat-map.cc
index f5d41b5c..1c65a675 100644
--- a/src/hb-aat-map.cc
+++ b/src/hb-aat-map.cc
@@ -38,7 +38,7 @@ void hb_aat_map_builder_t::add_feature (hb_tag_t tag,
{
feature_info_t *info = features.push();
info->type = HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES;
- info->setting = (hb_aat_layout_feature_setting_t) value;
+ info->setting = (hb_aat_layout_feature_selector_t) value;
return;
}