mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +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;
|
||||
};
|
||||
|
@@ -35,7 +35,7 @@ class XmlNS : public Action {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool init(std::string *error);
|
||||
bool init(std::string *error) override;
|
||||
|
||||
std::string m_scope;
|
||||
std::string m_href;
|
||||
|
Reference in New Issue
Block a user