summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/name-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/name-processor.hxx')
-rw-r--r--xsd/cxx/tree/name-processor.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xsd/cxx/tree/name-processor.hxx b/xsd/cxx/tree/name-processor.hxx
index 09fc017..2d87388 100644
--- a/xsd/cxx/tree/name-processor.hxx
+++ b/xsd/cxx/tree/name-processor.hxx
@@ -7,6 +7,7 @@
#define CXX_TREE_NAME_PROCESSOR_HXX
#include <cxx/tree/elements.hxx>
+#include <cxx/tree/options.hxx>
namespace CXX
{
@@ -20,7 +21,7 @@ namespace CXX
NameProcessor (); // Dummy ctor, helps with long symbols on HP-UX.
Boolean
- process (CLI::Options const&,
+ process (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,
StringLiteralMap const&);