aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal/enumeration.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-07 09:35:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-07 09:35:54 +0200
commit900cdb2da86c6a9c523bac093aef482a1f1033e3 (patch)
treee9f169568996c40924a779cdc8f0b3f8c07813e1 /xsd-frontend/traversal/enumeration.cxx
parent25cc7b7193999f095707028c5a315bc6bc95c82a (diff)
Get rid of dependency on libfrontend-elements
Use libcutl facilities instead.
Diffstat (limited to 'xsd-frontend/traversal/enumeration.cxx')
-rw-r--r--xsd-frontend/traversal/enumeration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/traversal/enumeration.cxx b/xsd-frontend/traversal/enumeration.cxx
index 4ba10eb..9dfae89 100644
--- a/xsd-frontend/traversal/enumeration.cxx
+++ b/xsd-frontend/traversal/enumeration.cxx
@@ -38,7 +38,7 @@ namespace XSDFrontend
}
Void Enumeration::
- inherits (Type& e, EdgeDispatcherBase& d)
+ inherits (Type& e, EdgeDispatcher& d)
{
if (e.inherits_p ())
d.dispatch (e.inherits ());
@@ -67,7 +67,7 @@ namespace XSDFrontend
}
Void Enumerator::
- belongs (Type& e, EdgeDispatcherBase& d)
+ belongs (Type& e, EdgeDispatcher& d)
{
d.dispatch (e.belongs ());
}