aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/type-processor.hxx
diff options
context:
space:
mode:
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&);
};