diff --git a/src/hb-debug.hh b/src/hb-debug.hh index a92614d01..f80c8980b 100644 --- a/src/hb-debug.hh +++ b/src/hb-debug.hh @@ -307,7 +307,7 @@ struct hb_auto_trace_t _hb_debug_msg (what, obj, func, true, plevel ? *plevel : 1, -1, "return %s (line %d)", - hb_printer_t().print (v), line); + hb_printer_t>().print (v), line); if (plevel) --*plevel; plevel = nullptr; returned = true;