mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Cosmetics: address cppcheck warnings
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
namespace modsecurity {
|
||||
|
||||
|
||||
AnchoredSetVariable::AnchoredSetVariable(Transaction *t, std::string name)
|
||||
AnchoredSetVariable::AnchoredSetVariable(Transaction *t,
|
||||
const std::string &name)
|
||||
: m_transaction(t),
|
||||
m_name(name) {
|
||||
reserve(10);
|
||||
|
||||
Reference in New Issue
Block a user