summaryrefslogtreecommitdiff
path: root/src/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amount.h')
-rw-r--r--src/amount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amount.h b/src/amount.h
index cd77a79a..5863381b 100644
--- a/src/amount.h
+++ b/src/amount.h
@@ -776,8 +776,8 @@ inline std::istream& operator>>(std::istream& in, amount_t& amt) {
return in;
}
-void to_xml(std::ostream& out, const amount_t& amt,
- bool commodity_details = false);
+void put_amount(property_tree::ptree& pt, const amount_t& amt,
+ bool wrap = true, bool commodity_details = false);
} // namespace ledger