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/name-processor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd/cxx/parser/name-processor.hxx') diff --git a/xsd/cxx/parser/name-processor.hxx b/xsd/cxx/parser/name-processor.hxx index e397480..558ca2a 100644 --- a/xsd/cxx/parser/name-processor.hxx +++ b/xsd/cxx/parser/name-processor.hxx @@ -9,7 +9,7 @@ #include #include -#include +#include namespace CXX { @@ -23,7 +23,7 @@ namespace CXX NameProcessor (); // Dummy ctor, helps with long symbols on HP-UX. Void - process (CLI::Options const& ops, + process (options const&, XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const& file, StringLiteralMap const& map); -- cgit v1.1