summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/name-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/parser/name-processor.hxx')
-rw-r--r--xsd/cxx/parser/name-processor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd/cxx/parser/name-processor.hxx b/xsd/cxx/parser/name-processor.hxx
index e397480..558ca2a 100644
--- a/xsd/cxx/parser/name-processor.hxx
+++ b/xsd/cxx/parser/name-processor.hxx
@@ -9,7 +9,7 @@
#include <xsd-frontend/semantic-graph.hxx>
#include <cxx/elements.hxx>
-#include <cxx/parser/cli.hxx>
+#include <cxx/parser/options.hxx>
namespace CXX
{
@@ -23,7 +23,7 @@ namespace CXX
NameProcessor (); // Dummy ctor, helps with long symbols on HP-UX.
Void
- process (CLI::Options const& ops,
+ process (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,
StringLiteralMap const& map);