mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -31,7 +31,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
TrimRight::TrimRight(std::string action)
|
||||
TrimRight::TrimRight(const std::string &action)
|
||||
: Trim(action) {
|
||||
this->action_kind = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user