aboutsummaryrefslogtreecommitdiff
path: root/odb/validator.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-21 08:36:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:50:56 +0200
commit8d89bf37dd4ef3cb7373e1841ff57a53916fff0d (patch)
tree704b7de0338eba0e008a96a09b6d57e86846d1b1 /odb/validator.hxx
parent68ff21c56fb287790440208907ad2a851a108f89 (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/validator.hxx')
-rw-r--r--odb/validator.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/validator.hxx b/odb/validator.hxx
index ad9cb32..090cf86 100644
--- a/odb/validator.hxx
+++ b/odb/validator.hxx
@@ -6,6 +6,7 @@
#define ODB_VALIDATOR_HXX
#include <odb/options.hxx>
+#include <odb/features.hxx>
#include <odb/semantics/unit.hxx>
class validator
@@ -17,6 +18,7 @@ public:
//
void
validate (options const&,
+ features&,
semantics::unit&,
semantics::path const&,
unsigned short pass);