aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal/attribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/traversal/attribute.cxx')
-rw-r--r--xsd-frontend/traversal/attribute.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/traversal/attribute.cxx b/xsd-frontend/traversal/attribute.cxx
index 00344b6..f94aec4 100644
--- a/xsd-frontend/traversal/attribute.cxx
+++ b/xsd-frontend/traversal/attribute.cxx
@@ -24,7 +24,7 @@ namespace XSDFrontend
}
Void Attribute::
- belongs (Type& a, EdgeDispatcherBase& d)
+ belongs (Type& a, EdgeDispatcher& d)
{
d.dispatch (a.belongs ());
}