[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Dec 10 10:39:09 PST 2012
src/hb-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
Author: Behdad Esfahbod <behdad at behdad.org>
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)
More information about the HarfBuzz
mailing list