summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/validator.hxx')
-rw-r--r--xsd/cxx/tree/validator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd/cxx/tree/validator.hxx b/xsd/cxx/tree/validator.hxx
index 62810a7..ad156ff 100644
--- a/xsd/cxx/tree/validator.hxx
+++ b/xsd/cxx/tree/validator.hxx
@@ -7,7 +7,7 @@
#define CXX_TREE_VALIDATOR_HXX
#include <cxx/tree/elements.hxx>
-#include <cxx/tree/cli.hxx>
+#include <cxx/tree/options.hxx>
#include <xsd.hxx>
@@ -21,7 +21,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,
const WarningSet& disabled_warnings,