summaryrefslogtreecommitdiff
path: root/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'report.h')
-rw-r--r--report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.h b/report.h
index 907ded86..3776ba3e 100644
--- a/report.h
+++ b/report.h
@@ -40,7 +40,7 @@ class report_t : public xml::xpath_t::scope_t
session(_session),
last_transform(NULL)
{
- TRACE_CTOR("report_t(session_t *)");
+ TRACE_CTOR(report_t, "session_t *");
eval("t=total,TOT=0,T()=(TOT=TOT+t,TOT)");
}