initialize member variables of posts_to_org_table

This fixes test/baseline/cmd-org.test when built with clang.
This commit is contained in:
Johann Klähn 2014-02-01 19:41:20 +01:00
parent b98662e713
commit e0ee1eb810

View file

@ -43,7 +43,8 @@ namespace ledger {
posts_to_org_table::posts_to_org_table(report_t& _report, posts_to_org_table::posts_to_org_table(report_t& _report,
const optional<string>& _prepend_format) const optional<string>& _prepend_format)
: report(_report), last_xact(NULL), last_post(NULL) : report(_report), last_xact(NULL), last_post(NULL),
header_printed(false), first_report_title(true)
{ {
first_line_format.parse_format first_line_format.parse_format
("|%(format_date(date))" ("|%(format_date(date))"