Minor
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 17 Jun 2019 21:19:13 +0000 (14:19 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 17 Jun 2019 21:19:13 +0000 (14:19 -0700)
src/hb-open-type.hh

index 2991d8e..e235a97 100644 (file)
@@ -146,7 +146,7 @@ struct LONGDATETIME
  * system, feature, or baseline */
 struct Tag : HBUINT32
 {
-  Tag& operator = (uint32_t i) { HBUINT32::operator= (i); return *this; }
+  Tag& operator = (hb_tag_t i) { HBUINT32::operator= (i); return *this; }
   /* What the char* converters return is NOT nul-terminated.  Print using "%.4s" */
   operator const char* () const { return reinterpret_cast<const char *> (&this->v); }
   operator char* ()             { return reinterpret_cast<char *> (&this->v); }