summaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-17 21:09:15 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-17 21:09:15 -0400
commit1b083919c0ced1cbb64b46da58180b0c33123364 (patch)
treea39128321a9246d32598e21fff0cc020ba7f0760 /src/output.h
parent24e64c202ea71ad73a860f16c6ba4b9288768fef (diff)
downloadfork-ledger-1b083919c0ced1cbb64b46da58180b0c33123364.tar.gz
fork-ledger-1b083919c0ced1cbb64b46da58180b0c33123364.tar.bz2
fork-ledger-1b083919c0ced1cbb64b46da58180b0c33123364.zip
Restored the 'print' command.
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h
index df556235..01b5221f 100644
--- a/src/output.h
+++ b/src/output.h
@@ -44,6 +44,7 @@ protected:
report_t& report;
format_t first_line_format;
format_t next_lines_format;
+ format_t between_format;
entry_t * last_entry;
xact_t * last_xact;