mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Cosmetics: avoid compilation warnings
This commit is contained in:
@@ -36,7 +36,7 @@ class Severity : public Action {
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction,
|
||||
RuleMessage *rm) override;
|
||||
bool init(std::string *error);
|
||||
bool init(std::string *error) override;
|
||||
|
||||
int m_severity;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user