From 9e07e61fadf7f3c9d1fd32a3805f6e97163eba15 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Nov 2009 14:05:01 -0500 Subject: Fix to the XML code for ICU users --- src/mask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mask.h') 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 -- cgit v1.2.3