diff --git a/src/hb-blob.hh b/src/hb-blob.hh index 3a30efe55..d941bf6a9 100644 --- a/src/hb-blob.hh +++ b/src/hb-blob.hh @@ -55,7 +55,7 @@ struct hb_blob_t HB_INTERNAL bool try_make_writable_inplace_unix (); template - const Type* as () const + HB_INTERNAL const Type* as () const { return length < hb_null_size (Type) ? &Null(Type) : reinterpret_cast (data); }