summaryrefslogtreecommitdiff
path: root/src/mask.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-09 14:05:01 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-09 14:05:01 -0500
commit9e07e61fadf7f3c9d1fd32a3805f6e97163eba15 (patch)
tree0245cb6c9e9c3a792a304f964d9dddbcd4142bba /src/mask.h
parent865c0ff828f88ed1d00eea73a3fc55b3e57d21b3 (diff)
downloadfork-ledger-9e07e61fadf7f3c9d1fd32a3805f6e97163eba15.tar.gz
fork-ledger-9e07e61fadf7f3c9d1fd32a3805f6e97163eba15.tar.bz2
fork-ledger-9e07e61fadf7f3c9d1fd32a3805f6e97163eba15.zip
Fix to the XML code for ICU users
Diffstat (limited to 'src/mask.h')
-rw-r--r--src/mask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mask.h b/src/mask.h
index 18f1893d..4608898f 100644
--- a/src/mask.h
+++ b/src/mask.h
@@ -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)
{
push_xml x(out, "mask");
- out << x.guard(mask.expr.str());
+ out << x.guard(mask.str());
}
} // namespace ledger