From c34158508eafb020fbb7bbb7c0b2479982c426cd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jun 2012 10:20:42 +0200 Subject: Completion of the CLI port --- xsde/cxx/serializer/type-processor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsde/cxx/serializer/type-processor.hxx') diff --git a/xsde/cxx/serializer/type-processor.hxx b/xsde/cxx/serializer/type-processor.hxx index c3355b1..f0fceed 100644 --- a/xsde/cxx/serializer/type-processor.hxx +++ b/xsde/cxx/serializer/type-processor.hxx @@ -12,7 +12,7 @@ #include -#include +#include namespace CXX { @@ -24,7 +24,7 @@ namespace CXX { public: Void - process (CLI::Options const& options, + process (options const&, XSDFrontend::SemanticGraph::Schema&, TypeMap::Namespaces&); }; -- cgit v1.1