Fix to the XML code for ICU users
This commit is contained in:
parent
865c0ff828
commit
9e07e61fad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue