summaryrefslogtreecommitdiff
path: root/xpath.cc
diff options
context:
space:
mode:
Diffstat (limited to 'xpath.cc')
-rw-r--r--xpath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpath.cc b/xpath.cc
index 0f57f51b..aa62edd9 100644
--- a/xpath.cc
+++ b/xpath.cc
@@ -546,7 +546,7 @@ bool xpath_t::function_scope_t::resolve(const string& name,
xpath_t::op_t::~op_t()
{
- TRACE_DTOR("xpath_t::op_t");
+ TRACE_DTOR(xpath_t::op_t);
DEBUG_PRINT("ledger.xpath.memory", "Destroying " << this);
assert(refc == 0);