mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Cosmetics: address cppcheck warnings on src/operators
This commit is contained in:
@@ -36,7 +36,8 @@ class ContainsWord : public Operator {
|
||||
const std::string &str,
|
||||
std::shared_ptr<RuleMessage> ruleMessage) override;
|
||||
|
||||
bool acceptableChar(const std::string& a, size_t pos);
|
||||
private:
|
||||
static bool acceptableChar(const std::string& a, size_t pos);
|
||||
};
|
||||
|
||||
} // namespace operators
|
||||
|
||||
Reference in New Issue
Block a user