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