aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/generator.hxx')
-rw-r--r--xsde/cxx/hybrid/generator.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xsde/cxx/hybrid/generator.hxx b/xsde/cxx/hybrid/generator.hxx
index e812801..805e282 100644
--- a/xsde/cxx/hybrid/generator.hxx
+++ b/xsde/cxx/hybrid/generator.hxx
@@ -39,10 +39,14 @@ namespace CXX
options_spec ();
static Parser::CLI::Options*
- parser_options (CLI::Options const&);
+ parser_options (CLI::Options const&,
+ XSDFrontend::SemanticGraph::Schema&,
+ XSDFrontend::SemanticGraph::Path const&);
static Serializer::CLI::Options*
- serializer_options (CLI::Options const&);
+ serializer_options (CLI::Options const&,
+ XSDFrontend::SemanticGraph::Schema&,
+ XSDFrontend::SemanticGraph::Path const&);
// Calculate type sizes.
//