aboutsummaryrefslogtreecommitdiff
path: root/xsde/elements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 14:42:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 14:42:19 +0200
commitd20a8a5ee6554a173e1f2e1e5910cea258d8fd0b (patch)
tree1dd4e3bc8694d3e81d6a96a492fe7b5cbf55c7dc /xsde/elements.hxx
parent417548d2097c56d95cab7587cffeea7004d33117 (diff)
Adjust to changed predicate names
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
-