summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/generator.hxx')
-rw-r--r--xsd/cxx/tree/generator.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/xsd/cxx/tree/generator.hxx b/xsd/cxx/tree/generator.hxx
index ab88929..0e05585 100644
--- a/xsd/cxx/tree/generator.hxx
+++ b/xsd/cxx/tree/generator.hxx
@@ -14,7 +14,7 @@
#include <xsd.hxx>
#include <cxx/literal-map.hxx>
-#include <cxx/tree/cli.hxx>
+#include <cxx/tree/options.hxx>
namespace CXX
{
@@ -28,13 +28,10 @@ namespace CXX
static Void
usage ();
- static CLI::OptionsSpec
- options_spec ();
-
struct Failed {};
static UnsignedLong
- generate (CLI::Options const& options,
+ generate (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,
Boolean file_per_type,