From 0ad1584d0ea2787ca1b6799855f3ad49e8fbf464 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Apr 2010 14:17:33 +0200 Subject: Change predicate names to end on _p --- xsd-frontend/semantic-graph/any.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd-frontend/semantic-graph/any.cxx') 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 (&n)); -- cgit v1.1