Rename HBGlyphID to HBGlyphID16
diff --git a/src/hb-open-type.hh b/src/hb-open-type.hh
index 49653ce..f0999b6 100644
--- a/src/hb-open-type.hh
+++ b/src/hb-open-type.hh
@@ -182,9 +182,9 @@
 };
 
 /* Glyph index number, same as uint16 (length = 16 bits) */
-struct HBGlyphID : HBUINT16
+struct HBGlyphID16 : HBUINT16
 {
-  HBGlyphID& operator = (uint16_t i) { HBUINT16::operator= (i); return *this; }
+  HBGlyphID16& operator = (uint16_t i) { HBUINT16::operator= (i); return *this; }
 };
 
 /* Script/language-system/feature index */