[aat] Initialize values
This commit is contained in:
parent
e78a68bf46
commit
8c83de1396
|
@ -115,8 +115,8 @@ struct hb_aat_map_builder_t
|
||||||
public:
|
public:
|
||||||
hb_sorted_vector_t<feature_range_t> features;
|
hb_sorted_vector_t<feature_range_t> features;
|
||||||
hb_sorted_vector_t<feature_info_t> current_features;
|
hb_sorted_vector_t<feature_info_t> current_features;
|
||||||
unsigned range_first;
|
unsigned range_first = HB_FEATURE_GLOBAL_START;
|
||||||
unsigned range_last;
|
unsigned range_last = HB_FEATURE_GLOBAL_END;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue