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:
035b818
)
[serializer] Minor
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 8 May 2019 00:21:27 +0000
(17:21 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 8 May 2019 00:21:27 +0000
(17:21 -0700)
src/hb-serialize.hh
patch
|
blob
|
history
diff --git
a/src/hb-serialize.hh
b/src/hb-serialize.hh
index
ccb7af9
..
bb26371
100644
(file)
--- a/
src/hb-serialize.hh
+++ b/
src/hb-serialize.hh
@@
-371,7
+371,7
@@
struct hb_serialize_context_t
}
template <typename Type>
Type *embed (const Type &obj)
- { return embed (
&obj
); }
+ { return embed (
hb_addressof (obj)
); }
template <typename Type, typename ...Ts> auto
_copy (const Type &src, hb_priority<1>, Ts &&...ds) HB_RETURN