projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98f14c4
)
Revert "Hide more symbols"
author
Behdad Esfahbod
<behdad@behdad.org>
Sat, 13 Apr 2019 02:39:38 +0000
(22:39 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sat, 13 Apr 2019 02:39:38 +0000
(22:39 -0400)
This reverts commit
2e86d50915cf1a791da9acb95245aa820a3d70f4
.
I think the setup that caused me to do this is faulty and not hiding inlines.
src/hb-blob.hh
patch
|
blob
|
history
diff --git
a/src/hb-blob.hh
b/src/hb-blob.hh
index
d941bf6
..
3a30efe
100644
(file)
--- 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 <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);
}