summaryrefslogtreecommitdiff
path: root/odb/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/validator.hxx')
-rw-r--r--odb/validator.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/odb/validator.hxx b/odb/validator.hxx
index efb01d3..370e5e0 100644
--- a/odb/validator.hxx
+++ b/odb/validator.hxx
@@ -12,8 +12,13 @@
class validator
{
public:
+ // The first pass is performed before processing. The second -- after.
+ //
bool
- validate (options const&, semantics::unit&, semantics::path const&);
+ validate (options const&,
+ semantics::unit&,
+ semantics::path const&,
+ unsigned short pass);
validator () {}