diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-30 00:40:46 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-30 00:40:46 -0400 |
commit | cdb123974cd6657d4e8d47af9aef5a80d49f2810 (patch) | |
tree | 6bb28be7dee3adab341dd12f5e07f303155585e7 /src/output.h | |
parent | c96635fe605f142f0402e5728e5d2a49b48c1453 (diff) | |
download | fork-ledger-cdb123974cd6657d4e8d47af9aef5a80d49f2810.tar.gz fork-ledger-cdb123974cd6657d4e8d47af9aef5a80d49f2810.tar.bz2 fork-ledger-cdb123974cd6657d4e8d47af9aef5a80d49f2810.zip |
Created a new stream.h file for dealing with output streaming.
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.h b/src/output.h index 4b23cabb..0d4e2072 100644 --- a/src/output.h +++ b/src/output.h @@ -55,7 +55,7 @@ public: } virtual void flush() { - report.output_stream->flush(); + report.output_stream.flush(); } virtual void operator()(xact_t& xact); }; |