From 588f2ef2f51d7bdf209820bfb244034863601939 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:35:19 -0400 Subject: Fixed many compiler warnings from g++ 4.4 --- src/filters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/filters.h') diff --git a/src/filters.h b/src/filters.h index 050e3dcf..a03d3160 100644 --- a/src/filters.h +++ b/src/filters.h @@ -142,7 +142,8 @@ class truncate_xacts : public item_handler truncate_xacts(); public: - truncate_xacts(post_handler_ptr handler, int _head_count, int _tail_count) + truncate_xacts(post_handler_ptr handler, + int _head_count, int _tail_count) : item_handler(handler), head_count(_head_count), tail_count(_tail_count), xacts_seen(0), last_xact(NULL) { -- cgit v1.2.3