src/hb-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a Author: Behdad Esfahbod <[email protected]> Date: Mon Dec 10 13:38:42 2012 -0500 Make older MSVC happy diff --git a/src/hb-private.hh b/src/hb-private.hh index 2fee6f8..3a62c67 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) _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
