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