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/xml.cc | |
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/xml.cc')
-rw-r--r-- | src/xml.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ void output_xml_string(std::ostream& out, const string& str) void format_xml_entries::format_last_entry() { - std::ostream& out(*report.output_stream); + std::ostream& out(report.output_stream); #if 0 // jww (2008-05-08): Need to format these dates |