summaryrefslogtreecommitdiff
path: root/src/xml.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-30 00:40:46 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-30 00:40:46 -0400
commitcdb123974cd6657d4e8d47af9aef5a80d49f2810 (patch)
tree6bb28be7dee3adab341dd12f5e07f303155585e7 /src/xml.cc
parentc96635fe605f142f0402e5728e5d2a49b48c1453 (diff)
downloadfork-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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.cc b/src/xml.cc
index 3ab3a5e3..99e4f1c5 100644
--- a/src/xml.cc
+++ b/src/xml.cc
@@ -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