[hashmap] Minor

pull/2374/head
Behdad Esfahbod 5 years ago
parent cc1ed76f38
commit a7df5a7bda
  1. 2
      src/hb-map.hh

@ -211,7 +211,7 @@ struct hb_hashmap_t
)
/* Sink interface. */
hb_hashmap_t<K, V, kINVALID, vINVALID>& operator << (const hb_pair_t<K, V>& v)
hb_hashmap_t& operator << (const hb_pair_t<K, V>& v)
{ set (v.first, v.second); return *this; }
protected:

Loading…
Cancel
Save