aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/complex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/complex.hxx')
-rw-r--r--xsd-frontend/semantic-graph/complex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/semantic-graph/complex.hxx b/xsd-frontend/semantic-graph/complex.hxx
index e7ee947..40327bc 100644
--- a/xsd-frontend/semantic-graph/complex.hxx
+++ b/xsd-frontend/semantic-graph/complex.hxx
@@ -19,7 +19,7 @@ namespace XSDFrontend
{
public:
Boolean
- mixed () const
+ mixed_p () const
{
return mixed_;
}
@@ -40,7 +40,7 @@ namespace XSDFrontend
public:
Void
- mixed (Boolean m)
+ mixed_p (Boolean m)
{
mixed_ = m;
}