summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filters.h3
1 files changed, 1 insertions, 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<post_t>(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);