From: Behdad Esfahbod Date: Tue, 7 May 2019 21:26:03 +0000 (-0700) Subject: Minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa8c4ba81175f671c3f39f1586d0a1d9067d9f89;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Minor --- diff --git a/src/hb-serialize.hh b/src/hb-serialize.hh index dc9cc82..ccb7af9 100644 --- a/src/hb-serialize.hh +++ b/src/hb-serialize.hh @@ -393,7 +393,7 @@ struct hb_serialize_context_t { return _copy (src, hb_prioritize, hb_forward (ds)...); } template - hb_serialize_context_t &operator << (const Type &obj) { embed (obj); return *this; } + hb_serialize_context_t& operator << (const Type &obj) & { embed (obj); return *this; } template Type *extend_size (Type &obj, unsigned int size)