diff --git a/src/hb-debug.hh b/src/hb-debug.hh index 09437db6b..5f4d15859 100644 --- a/src/hb-debug.hh +++ b/src/hb-debug.hh @@ -298,8 +298,8 @@ struct hb_auto_trace_t template T ret (T&& v, - const char *func = "", - unsigned int line = 0) + const char *func = "", + unsigned int line = 0) { if (unlikely (returned)) { fprintf (stderr, "OUCH, double calls to return_trace(). This is a bug, please report.\n");