mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-21 03:26:42 +03:00
Cosmetics: address cppcheck warnings on src/variables
This commit is contained in:
@@ -55,7 +55,7 @@ class XML_NoDictElement : public Variable {
|
||||
|
||||
class XML : public Variable {
|
||||
public:
|
||||
explicit XML(std::string _name)
|
||||
explicit XML(const std::string &_name)
|
||||
: Variable(_name) { }
|
||||
|
||||
void evaluate(Transaction *transaction,
|
||||
|
||||
Reference in New Issue
Block a user