Revert "Hide more symbols"

This reverts commit 2e86d50915.

I think the setup that caused me to do this is faulty and not hiding inlines.
This commit is contained in:
Behdad Esfahbod 2019-04-12 22:39:38 -04:00
parent 98f14c4cdb
commit dab92bdd46
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct hb_blob_t
HB_INTERNAL bool try_make_writable_inplace_unix (); HB_INTERNAL bool try_make_writable_inplace_unix ();
template <typename Type> template <typename Type>
HB_INTERNAL const Type* as () const const Type* as () const
{ {
return length < hb_null_size (Type) ? &Null(Type) : reinterpret_cast<const Type *> (data); return length < hb_null_size (Type) ? &Null(Type) : reinterpret_cast<const Type *> (data);
} }