aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal/attribute-group.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/traversal/attribute-group.hxx')
-rw-r--r--xsd-frontend/traversal/attribute-group.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd-frontend/traversal/attribute-group.hxx b/xsd-frontend/traversal/attribute-group.hxx
index 063085e..6634141 100644
--- a/xsd-frontend/traversal/attribute-group.hxx
+++ b/xsd-frontend/traversal/attribute-group.hxx
@@ -15,13 +15,13 @@ namespace XSDFrontend
{
struct AttributeGroup: ScopeTemplate<SemanticGraph::AttributeGroup>
{
- virtual Void
+ virtual void
traverse (Type&);
- virtual Void
+ virtual void
pre (Type&);
- virtual Void
+ virtual void
post (Type&);
};
}