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/post.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index f4bff01f..efdd63ab 100644 --- a/src/post.h +++ b/src/post.h @@ -271,8 +271,7 @@ private: class journal_t; void extend_post(post_t& post, journal_t& journal); - -void to_xml(std::ostream& out, const post_t& post); +void put_post(property_tree::ptree& pt, const post_t& post); } // namespace ledger -- cgit v1.2.3