aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal/compositors.hxx
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/compositors.hxx
parent25cc7b7193999f095707028c5a315bc6bc95c82a (diff)
Get rid of dependency on libfrontend-elements
Use libcutl facilities instead.
Diffstat (limited to 'xsd-frontend/traversal/compositors.hxx')
-rw-r--r--xsd-frontend/traversal/compositors.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xsd-frontend/traversal/compositors.hxx b/xsd-frontend/traversal/compositors.hxx
index a6c9cec..5e099e4 100644
--- a/xsd-frontend/traversal/compositors.hxx
+++ b/xsd-frontend/traversal/compositors.hxx
@@ -62,7 +62,7 @@ namespace XSDFrontend
contains (Type&);
virtual Void
- contains (Type&, EdgeDispatcherBase&);
+ contains (Type&, EdgeDispatcher&);
virtual Void
post (Type&);
@@ -83,7 +83,7 @@ namespace XSDFrontend
contains (Type&);
virtual Void
- contains (Type&, EdgeDispatcherBase&);
+ contains (Type&, EdgeDispatcher&);
virtual Void
post (Type&);
@@ -104,7 +104,7 @@ namespace XSDFrontend
contains (Type&);
virtual Void
- contains (Type&, EdgeDispatcherBase&);
+ contains (Type&, EdgeDispatcher&);
virtual Void
post (Type&);
@@ -125,7 +125,7 @@ namespace XSDFrontend
contains (Type&);
virtual Void
- contains (Type&, EdgeDispatcherBase&);
+ contains (Type&, EdgeDispatcher&);
virtual Void
post (Type&);