From 55df757e98329e8e09afffe274ce2ceab269f8b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Sep 2011 16:19:25 +0200 Subject: Make processing top-level action, like validation and generation --- odb/validator.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/validator.hxx') 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&); -- cgit v1.1