aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/type-processor.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-21 10:20:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-21 10:20:42 +0200
commitc34158508eafb020fbb7bbb7c0b2479982c426cd (patch)
tree49e7fcbde369f01ecc5524853dddbbf4a109c603 /xsde/cxx/serializer/type-processor.hxx
parentef4efbab2664232aa35b0111a6d430d2c67ababd (diff)
Completion of the CLI port
Diffstat (limited to 'xsde/cxx/serializer/type-processor.hxx')
-rw-r--r--xsde/cxx/serializer/type-processor.hxx4
1 files changed, 2 insertions, 2 deletions
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 <type-map/type-map.hxx>
-#include <cxx/serializer/cli.hxx>
+#include <cxx/serializer/options.hxx>
namespace CXX
{
@@ -24,7 +24,7 @@ namespace CXX
{
public:
Void
- process (CLI::Options const& options,
+ process (options const&,
XSDFrontend::SemanticGraph::Schema&,
TypeMap::Namespaces&);
};