summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/type-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/parser/type-processor.hxx')
-rw-r--r--xsd/cxx/parser/type-processor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd/cxx/parser/type-processor.hxx b/xsd/cxx/parser/type-processor.hxx
index 9159752..2165846 100644
--- a/xsd/cxx/parser/type-processor.hxx
+++ b/xsd/cxx/parser/type-processor.hxx
@@ -12,7 +12,7 @@
#include <type-map/type-map.hxx>
-#include <cxx/parser/cli.hxx>
+#include <cxx/parser/options.hxx>
namespace CXX
{
@@ -26,7 +26,7 @@ namespace CXX
TypeProcessor (); // Dummy ctor, helps with long symbols on HP-UX.
Void
- process (CLI::Options const& options,
+ process (options const&,
XSDFrontend::SemanticGraph::Schema&,
Boolean gen_driver,
TypeMap::Namespaces&);