From 9408f3cbae5027734fe9b22ba3855e209d192eb1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 28 Oct 2009 18:39:17 -0400 Subject: Changed some debug text --- src/token.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/token.h') diff --git a/src/token.h b/src/token.h index a9b75dd4..50d2bf72 100644 --- a/src/token.h +++ b/src/token.h @@ -108,10 +108,10 @@ struct expr_t::token_t : public noncopyable std::size_t length; explicit token_t() : kind(UNKNOWN), length(0) { - TRACE_CTOR(token_t, ""); + TRACE_CTOR(expr_t::token_t, ""); } ~token_t() throw() { - TRACE_DTOR(token_t); + TRACE_DTOR(expr_t::token_t); } token_t& operator=(const token_t& other) { -- cgit v1.2.3