summaryrefslogtreecommitdiff
path: root/odb/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/validator.hxx')
-rw-r--r--odb/validator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/validator.hxx b/odb/validator.hxx
index 1c41260..efb01d3 100644
--- a/odb/validator.hxx
+++ b/odb/validator.hxx
@@ -12,11 +12,11 @@
class validator
{
public:
- validator ();
-
bool
validate (options const&, semantics::unit&, semantics::path const&);
+ validator () {}
+
private:
validator (validator const&);
validator& operator= (validator const&);