diff --git a/src/hb-map.hh b/src/hb-map.hh index 34f51b218..b7bf7fe59 100644 --- a/src/hb-map.hh +++ b/src/hb-map.hh @@ -211,7 +211,7 @@ struct hb_hashmap_t ) /* Sink interface. */ - hb_hashmap_t& operator << (const hb_pair_t& v) + hb_hashmap_t& operator << (const hb_pair_t& v) { set (v.first, v.second); return *this; } protected: