From a7df5a7bdaef870617b6bdb7350a26ebbec5824a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Apr 2020 10:50:02 -0700 Subject: [PATCH] [hashmap] Minor --- src/hb-map.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: