From c04f7d6ed04d62efafa79a87bcde6c5f62e95327 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2012 11:54:24 +0200 Subject: Completion of the CLI port --- xsd/cxx/parser/type-processor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd/cxx/parser/type-processor.hxx') 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 -#include +#include 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&); -- cgit v1.1