diff --git a/src/hb-private.hh b/src/hb-private.hh index 2fee6f8a4..3a62c673b 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -63,7 +63,7 @@ /* Void! */ -struct _hb_void_t; +struct _hb_void_t {}; typedef const _hb_void_t &hb_void_t; #define HB_VOID (* (const _hb_void_t *) NULL)