aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/attribute.hxx
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/attribute.hxx
parent4c374763f7a13c1062dc99f4b68f0ee61c952ca0 (diff)
Change predicate names to end on _p
Diffstat (limited to 'xsd-frontend/semantic-graph/attribute.hxx')
-rw-r--r--xsd-frontend/semantic-graph/attribute.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/attribute.hxx b/xsd-frontend/semantic-graph/attribute.hxx
index ecfd312..f7a516d 100644
--- a/xsd-frontend/semantic-graph/attribute.hxx
+++ b/xsd-frontend/semantic-graph/attribute.hxx
@@ -16,7 +16,7 @@ namespace XSDFrontend
{
public:
Boolean
- optional () const
+ optional_p () const
{
return optional_;
}