Imported Upstream version 0.9.12
[platform/upstream/harfbuzz.git] / src / hb-ot-hhea-table.hh
index 24f8bdc..2b89c4e 100644 (file)
@@ -30,6 +30,8 @@
 #include "hb-open-type-private.hh"
 
 
+namespace OT {
+
 
 /*
  * hhea -- The Horizontal Header Table
@@ -43,7 +45,7 @@ struct hhea
   static const hb_tag_t Tag    = HB_OT_TAG_hhea;
 
   inline bool sanitize (hb_sanitize_context_t *c) {
-    TRACE_SANITIZE ();
+    TRACE_SANITIZE (this);
     return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
   }
 
@@ -89,4 +91,7 @@ struct hhea
 };
 
 
+} /* namespace OT */
+
+
 #endif /* HB_OT_HHEA_TABLE_HH */