summaryrefslogtreecommitdiff
path: root/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'report.h')
-rw-r--r--report.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/report.h b/report.h
index b6da2bc8..1ec7f588 100644
--- a/report.h
+++ b/report.h
@@ -87,6 +87,7 @@ class report_t : public noncopyable, public scope_t
public:
optional<path> output_file;
+ std::ostream * output_stream;
string format_string;
string date_output_format;
@@ -186,9 +187,7 @@ public:
void sum_all_accounts();
- void accounts_report(acct_handler_ptr handler,
- const bool print_final_total = true,
- optional<std::ostream&> ostream = none);
+ void accounts_report(acct_handler_ptr handler);
void commodities_report(const string& format);