From 3f1861fb1e9e374fb7756117638edcb6fb1e73fb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Nov 2009 01:27:10 -0500 Subject: Fixed a debug string --- src/filters.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/filters.h b/src/filters.h index 2222878e..f9412407 100644 --- a/src/filters.h +++ b/src/filters.h @@ -241,8 +241,7 @@ public: const predicate_t& predicate, scope_t& _context) : item_handler(handler), pred(predicate), context(_context) { - TRACE_CTOR(filter_posts, - "post_handler_ptr, const predicate_t&, scope_t&"); + TRACE_CTOR(filter_posts, "post_handler_ptr, predicate_t, scope_t&"); } virtual ~filter_posts() { TRACE_DTOR(filter_posts); -- cgit v1.2.3