mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Coding style fixes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <list>
|
||||
#include <utility>
|
||||
#endif
|
||||
|
||||
#include "modsecurity/variable_origin.h"
|
||||
@@ -51,7 +52,7 @@ class Variable {
|
||||
m_key(""),
|
||||
m_value("") { }
|
||||
|
||||
Variable(const Variable *o) :
|
||||
explicit Variable(const Variable *o) :
|
||||
m_key(""),
|
||||
m_value("") {
|
||||
m_key.assign(o->m_key);
|
||||
|
Reference in New Issue
Block a user