summaryrefslogtreecommitdiff
path: root/xsd/elements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 14:30:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 14:30:56 +0200
commit9e21f520fb19163eeac2a9b80a4568dabfc29268 (patch)
tree50e27bcaaf0807bd29a845485732159aa684971f /xsd/elements.hxx
parentea95e3637288a1369ac96011d0cec9feeead05f2 (diff)
Adjust to changed predicate names
Diffstat (limited to 'xsd/elements.hxx')
-rw-r--r--xsd/elements.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd/elements.hxx b/xsd/elements.hxx
index e7f3344..3a535a6 100644
--- a/xsd/elements.hxx
+++ b/xsd/elements.hxx
@@ -70,7 +70,7 @@ public:
{
SemanticGraph::Type& t (e.type ());
- if (!t.named () && !t.context ().count ("seen"))
+ if (!t.named_p () && !t.context ().count ("seen"))
{
t.context ().set ("seen", true);
@@ -89,7 +89,7 @@ public:
{
SemanticGraph::Type& t (a.type ());
- if (!t.named () && !t.context ().count ("seen"))
+ if (!t.named_p () && !t.context ().count ("seen"))
{
t.context ().set ("seen", true);