mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +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
@@ -40,7 +40,7 @@ class Pm : public Operator {
|
||||
: Operator(n, std::move(param)) {
|
||||
m_p = acmp_create(0);
|
||||
}
|
||||
~Pm();
|
||||
~Pm() override;
|
||||
bool evaluate(Transaction *transaction, RuleWithActions *rule,
|
||||
const std::string &str,
|
||||
RuleMessage &ruleMessage) override;
|
||||
|
||||
Reference in New Issue
Block a user