diff --git a/src/hb-iter-private.hh b/src/hb-iter-private.hh index 039a77348..410a50f94 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)