diff --git a/src/hb-iter-private.hh b/src/hb-iter-private.hh index 039a77348375e6eedf29c951caa777d99b3634cf..410a50f94dc82eb4f189f6f4377cecf31d7159ef 100644 --- a/src/hb-iter-private.hh +++ b/src/hb-iter-private.hh @@ -72,7 +72,7 @@ struct Iter array (array_), length (length_) {} /* Emptiness. */ - explicit inline operator bool (void) const { return bool (length); } + inline operator bool (void) const { return bool (length); } /* Current item. */ inline T &operator * (void)