aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/attribute.hxx
diff options
context:
space:
mode:
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_;
}