From 9e21f520fb19163eeac2a9b80a4568dabfc29268 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Apr 2010 14:30:56 +0200 Subject: Adjust to changed predicate names --- xsd/cxx/tree/stream-extraction-source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/cxx/tree/stream-extraction-source.cxx') diff --git a/xsd/cxx/tree/stream-extraction-source.cxx b/xsd/cxx/tree/stream-extraction-source.cxx index 53f508e..1378bc6 100644 --- a/xsd/cxx/tree/stream-extraction-source.cxx +++ b/xsd/cxx/tree/stream-extraction-source.cxx @@ -476,7 +476,7 @@ namespace CXX traverser.dispatch (a.type ()); } - if (a.optional () && !a.default_ ()) + if (a.optional_p () && !a.default_p ()) { os << "{" << "bool p;" -- cgit v1.1