aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/transformations/enum-synthesis.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/transformations/enum-synthesis.cxx')
-rw-r--r--xsd-frontend/transformations/enum-synthesis.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/transformations/enum-synthesis.cxx b/xsd-frontend/transformations/enum-synthesis.cxx
index 4a5156f..e10b9d3 100644
--- a/xsd-frontend/transformations/enum-synthesis.cxx
+++ b/xsd-frontend/transformations/enum-synthesis.cxx
@@ -161,8 +161,8 @@ namespace XSDFrontend
schema_.add_edge_right (e, u.annotated ());
}
- schema_.reset_right_node (u.named_ (), e);
- schema_.add_edge_right (e, u.named_ ());
+ schema_.reset_right_node (u.named (), e);
+ schema_.add_edge_right (e, u.named ());
for (Type::ClassifiesIterator i (u.classifies_begin ()),
end (u.classifies_end ()); i != end; ++i)