aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal/attribute-group.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/traversal/attribute-group.cxx')
-rw-r--r--xsd-frontend/traversal/attribute-group.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd-frontend/traversal/attribute-group.cxx b/xsd-frontend/traversal/attribute-group.cxx
index d4bca1c..b80ccaf 100644
--- a/xsd-frontend/traversal/attribute-group.cxx
+++ b/xsd-frontend/traversal/attribute-group.cxx
@@ -9,7 +9,7 @@ namespace XSDFrontend
{
namespace Traversal
{
- Void AttributeGroup::
+ void AttributeGroup::
traverse (Type& g)
{
pre (g);
@@ -17,12 +17,12 @@ namespace XSDFrontend
post (g);
}
- Void AttributeGroup::
+ void AttributeGroup::
pre (Type&)
{
}
- Void AttributeGroup::
+ void AttributeGroup::
post (Type&)
{
}