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)