Fix to the XML code for ICU users

This commit is contained in:
John Wiegley 2009-11-09 14:05:01 -05:00
parent 865c0ff828
commit 9e07e61fad

View file

@ -149,7 +149,7 @@ inline std::ostream& operator<<(std::ostream& out, const mask_t& mask) {
inline void to_xml(std::ostream& out, const mask_t& mask) inline void to_xml(std::ostream& out, const mask_t& mask)
{ {
push_xml x(out, "mask"); push_xml x(out, "mask");
out << x.guard(mask.expr.str()); out << x.guard(mask.str());
} }
} // namespace ledger } // namespace ledger