commit | 5f9569c1391c65d7addff363ad6e5ec9b087f01a | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Dec 10 13:38:42 2012 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Dec 10 13:39:06 2012 -0500 |
tree | 112aab0df9d38ba42dabd492dca2ca6de7e2f1fd | |
parent | 071d5b831e6de5f3b24160dc77b139cb040ab886 [diff] [blame] |
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)