diff --git a/src/hb-private.hh b/src/hb-private.hh index cd02e2b30..c92cdec51 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -715,7 +715,9 @@ _hb_debug_msg<0> (const char *what HB_UNUSED, */ template -struct hb_printer_t {}; +struct hb_printer_t { + const char *print (const T&) { return "something"; } +}; template <> struct hb_printer_t {