summaryrefslogtreecommitdiff
path: root/xsd/elements.hxx
diff options
context:
space:
mode:
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);