mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
cosmetics: Address some cppcheck complains
This commit is contained in:
@@ -58,8 +58,8 @@ RuleWithOperator::RuleWithOperator(Operator *op,
|
||||
std::unique_ptr<std::string> fileName,
|
||||
int lineNumber)
|
||||
: RuleWithActions(actions, transformations, std::move(fileName), lineNumber),
|
||||
m_operator(op),
|
||||
m_variables(_variables) { /* */ }
|
||||
m_variables(_variables),
|
||||
m_operator(op) { /* */ }
|
||||
|
||||
|
||||
RuleWithOperator::~RuleWithOperator() {
|
||||
|
Reference in New Issue
Block a user