Fix the init method signature in some operators

This commit is contained in:
Felipe Zimmerle
2015-10-20 13:23:08 -03:00
parent 4a5e6b3e57
commit 90c74beca1
6 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ class InspectFile : public Operator {
public:
/** @ingroup ModSecurity_Operator */
InspectFile(std::string o, std::string p, bool i);
bool evaluate(Assay *assay);
bool evaluate(Assay *assay) override;
};
} // namespace operators