From 43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Feb 2009 13:03:10 -0400 Subject: Removed the global references to session->report. --- src/work.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/work.h') diff --git a/src/work.h b/src/work.h index acba3725..607e46eb 100644 --- a/src/work.h +++ b/src/work.h @@ -49,7 +49,7 @@ strings_list read_command_line_arguments(report_t& report, int argc, char * argv[]); void normalize_session_options(session_t& session); function_t look_for_precommand(report_t& report, const string& verb); -journal_t * read_journal_files(session_t& session); +journal_t * read_journal_files(session_t& session, const string& account); function_t look_for_command(report_t& report, const string& verb); void normalize_report_options(report_t& report, const string& verb); void create_output_stream(report_t& report); -- cgit v1.2.3