diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 9097cce9b..11629cc18 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -327,7 +327,7 @@ struct range_record_t { #define kUpperCaseType 38 /* Table data courtesy of Apple. */ -struct feature_mapping_t { +static const struct feature_mapping_t { FourCharCode otFeatureTag; uint16_t aatFeatureType; uint16_t selectorToEnable;