From: Behdad Esfahbod Date: Mon, 12 Feb 2018 02:24:22 +0000 (-0800) Subject: Another try at fixing multiple-defintion of NullPool X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dde6448379c9eeb0fc7cc476688002be661229b8;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Another try at fixing multiple-defintion of NullPool This one might do it... --- diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index e5bea33..5263d6f 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -140,7 +140,11 @@ static #else extern HB_INTERNAL #endif -const void * const _hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)]; +const void * const _hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)] +#ifdef HB_NO_VISIBILITY += {} +#endif +; /* Generic nul-content Null objects. */ template