mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Cosmetics: address cppcheck warnings on src/variables
This commit is contained in:
@@ -31,7 +31,7 @@ namespace variables {
|
||||
|
||||
class Time : public Variable {
|
||||
public:
|
||||
explicit Time(std::string _name)
|
||||
explicit Time(const std::string &_name)
|
||||
: Variable(_name),
|
||||
m_retName("TIME") { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user