mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -30,7 +30,7 @@ namespace transformations {
|
||||
|
||||
class Base64DecodeExt : public Transformation {
|
||||
public:
|
||||
explicit Base64DecodeExt(std::string action) : Transformation(action) { }
|
||||
explicit Base64DecodeExt(const std::string &action) : Transformation(action) { }
|
||||
|
||||
std::string evaluate(std::string exp,
|
||||
Transaction *transaction) override;
|
||||
|
Reference in New Issue
Block a user