Another try at fixing multiple-defintion of NullPool
This one might do it...
This commit is contained in:
parent
b5f25844fb
commit
dde6448379
|
@ -140,7 +140,11 @@ static
|
||||||
#else
|
#else
|
||||||
extern HB_INTERNAL
|
extern HB_INTERNAL
|
||||||
#endif
|
#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. */
|
/* Generic nul-content Null objects. */
|
||||||
template <typename Type>
|
template <typename Type>
|
||||||
|
|
Loading…
Reference in New Issue