summaryrefslogtreecommitdiff
path: root/src/commodity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commodity.h')
-rw-r--r--src/commodity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commodity.h b/src/commodity.h
index bfbabe6b..82be0ee8 100644
--- a/src/commodity.h
+++ b/src/commodity.h
@@ -346,8 +346,8 @@ inline std::ostream& operator<<(std::ostream& out, const commodity_t& comm) {
return out;
}
-void to_xml(std::ostream& out, const commodity_t& comm,
- bool commodity_details = false);
+void put_commodity(property_tree::ptree& pt, const commodity_t& comm,
+ bool commodity_details = false);
} // namespace ledger