Imported Upstream version 1.2.7
[platform/upstream/harfbuzz.git] / src / hb-ot-hhea-table.hh
index 992fe55..c8e9536 100644 (file)
@@ -52,11 +52,11 @@ struct _hea
   inline bool sanitize (hb_sanitize_context_t *c) const
   {
     TRACE_SANITIZE (this);
-    return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
+    return_trace (c->check_struct (this) && likely (version.major == 1));
   }
 
   public:
-  FixedVersion version;                /* 0x00010000u for version 1.0. */
+  FixedVersion<>version;               /* 0x00010000u for version 1.0. */
   FWORD                ascender;               /* Typographic ascent. */
   FWORD                descender;              /* Typographic descent. */
   FWORD                lineGap;                /* Typographic line gap. */