mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Cosmetics: avoid compilation warnings
This commit is contained in:
parent
5febc7b26d
commit
665df04516
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user