aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/any-attribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/any-attribute.cxx')
-rw-r--r--xsd-frontend/semantic-graph/any-attribute.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/any-attribute.cxx b/xsd-frontend/semantic-graph/any-attribute.cxx
index 86b327f..e25e742 100644
--- a/xsd-frontend/semantic-graph/any-attribute.cxx
+++ b/xsd-frontend/semantic-graph/any-attribute.cxx
@@ -85,7 +85,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));