aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/parser/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/parser/validator.hxx')
-rw-r--r--xsde/cxx/parser/validator.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xsde/cxx/parser/validator.hxx b/xsde/cxx/parser/validator.hxx
index 2cd7931..c17c048 100644
--- a/xsde/cxx/parser/validator.hxx
+++ b/xsde/cxx/parser/validator.hxx
@@ -6,28 +6,25 @@
#ifndef CXX_PARSER_VALIDATOR_HXX
#define CXX_PARSER_VALIDATOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph/schema.hxx>
#include <cxx/parser/options.hxx>
#include <xsde.hxx>
+#include <types.hxx>
namespace CXX
{
namespace Parser
{
- using namespace Cult::Types;
-
class Validator
{
public:
- Boolean
+ bool
validate (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& tu,
- Boolean gen_driver,
+ bool gen_driver,
const WarningSet& disabled_warnings);
};
}