aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/any.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 14:17:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 14:17:33 +0200
commit0ad1584d0ea2787ca1b6799855f3ad49e8fbf464 (patch)
tree3579b4ddbb5fb5ba574d2625fdf1c7740901c02c /xsd-frontend/semantic-graph/any.cxx
parent4c374763f7a13c1062dc99f4b68f0ee61c952ca0 (diff)
Change predicate names to end on _p
Diffstat (limited to 'xsd-frontend/semantic-graph/any.cxx')
-rw-r--r--xsd-frontend/semantic-graph/any.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/any.cxx b/xsd-frontend/semantic-graph/any.cxx
index dd433fd..a6c9e72 100644
--- a/xsd-frontend/semantic-graph/any.cxx
+++ b/xsd-frontend/semantic-graph/any.cxx
@@ -86,7 +86,7 @@ namespace XSDFrontend
// is where the type was defined.
//
- if (n.named ())
+ if (n.named_p ())
{
Scope& s (n.scope ());
Namespace* ns (dynamic_cast<Namespace*> (&n));