Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / src / hb-ot-color-svg-table.hh
index 926d61e..1cc40ae 100644 (file)
@@ -80,7 +80,7 @@ struct SVG
   struct accelerator_t
   {
     void init (hb_face_t *face)
-    { table = hb_sanitize_context_t().reference_table<SVG> (face); }
+    { table = hb_sanitize_context_t ().reference_table<SVG> (face); }
     void fini () { table.destroy (); }
 
     hb_blob_t *reference_blob_for_glyph (hb_codepoint_t glyph_id) const