aboutsummaryrefslogtreecommitdiff
path: root/xsde/elements.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/elements.hxx')
-rw-r--r--xsde/elements.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xsde/elements.hxx b/xsde/elements.hxx
index 2e794e0..c956077 100644
--- a/xsde/elements.hxx
+++ b/xsde/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);
@@ -132,4 +132,3 @@ private:
};
#endif // ELEMENTS_HXX
-