From a38ed141c1f33ecdad99b322acb1ae07b30a5da2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 18 May 2012 01:31:01 -0600 Subject: Switched to Boost.PropertyTree for XML generation --- src/xact.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index 873c1a9e..52e434e0 100644 --- a/src/xact.h +++ b/src/xact.h @@ -304,7 +304,7 @@ typedef std::list xacts_list; typedef std::list auto_xacts_list; typedef std::list period_xacts_list; -void to_xml(std::ostream& out, const xact_t& xact); +void put_xact(property_tree::ptree& pt, const xact_t& xact); } // namespace ledger -- cgit v1.2.3