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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd/cxx/tree/name-processor.hxx b/xsd/cxx/tree/name-processor.hxx
index 2d87388..8026a3d 100644
--- a/xsd/cxx/tree/name-processor.hxx
+++ b/xsd/cxx/tree/name-processor.hxx
@@ -6,6 +6,8 @@
#ifndef CXX_TREE_NAME_PROCESSOR_HXX
#define CXX_TREE_NAME_PROCESSOR_HXX
+#include <types.hxx>
+
#include <cxx/tree/elements.hxx>
#include <cxx/tree/options.hxx>
@@ -13,14 +15,12 @@ namespace CXX
{
namespace Tree
{
- using namespace Cult::Types;
-
class NameProcessor
{
public:
NameProcessor (); // Dummy ctor, helps with long symbols on HP-UX.
- Boolean
+ bool
process (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,