mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Added missing override keyword as reported by cppcheck 2.14
This commit is contained in:
committed by
Eduardo Arias
parent
1eed8b9288
commit
da38f20e19
@@ -31,10 +31,7 @@ namespace actions {
|
||||
class Exec : public Action {
|
||||
public:
|
||||
explicit Exec(const std::string &action)
|
||||
: Action(action),
|
||||
m_script("") { }
|
||||
|
||||
~Exec() { }
|
||||
: Action(action) { }
|
||||
|
||||
bool evaluate(RuleWithActions *rule, Transaction *transaction) override;
|
||||
bool init(std::string *error) override;
|
||||
|
||||
Reference in New Issue
Block a user