diff options
Diffstat (limited to 'src/filters.h')
-rw-r--r-- | src/filters.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<post_t> 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<post_t>(handler), head_count(_head_count), tail_count(_tail_count), xacts_seen(0), last_xact(NULL) { |