summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/validator.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-20 11:54:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-20 11:55:22 +0200
commitc04f7d6ed04d62efafa79a87bcde6c5f62e95327 (patch)
tree500cc93aed55b0809fe04e5a0b7020d9045c65c5 /xsd/cxx/parser/validator.hxx
parente14a3f91e6e51430bf9c6978f44c7f46114793fb (diff)
Completion of the CLI port
Diffstat (limited to 'xsd/cxx/parser/validator.hxx')
-rw-r--r--xsd/cxx/parser/validator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd/cxx/parser/validator.hxx b/xsd/cxx/parser/validator.hxx
index 0fb57f1..35c13fc 100644
--- a/xsd/cxx/parser/validator.hxx
+++ b/xsd/cxx/parser/validator.hxx
@@ -7,7 +7,7 @@
#define CXX_PARSER_VALIDATOR_HXX
#include <cxx/parser/elements.hxx>
-#include <cxx/parser/cli.hxx>
+#include <cxx/parser/options.hxx>
#include <xsd.hxx>
@@ -23,7 +23,7 @@ namespace CXX
Validator (); // Dummy ctor, helps with long symbols on HP-UX.
Boolean
- validate (CLI::Options const& options,
+ validate (options const&,
SemanticGraph::Schema&,
SemanticGraph::Path const& tu,
Boolean gen_driver,