diff --git a/src/hb-dsalgs.hh b/src/hb-dsalgs.hh index b8b562593..bc05207bc 100644 --- a/src/hb-dsalgs.hh +++ b/src/hb-dsalgs.hh @@ -235,7 +235,7 @@ hb_ctz (T v) */ template -T* hb_addressof (T& arg) +static inline T* hb_addressof (T& arg) { /* https://en.cppreference.com/w/cpp/memory/addressof */ return reinterpret_cast(