mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Cosmetics: address cppcheck warnings
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
namespace modsecurity {
|
||||
|
||||
|
||||
void RunTimeString::appendText(std::string text) {
|
||||
void RunTimeString::appendText(const std::string &text) {
|
||||
std::unique_ptr<RunTimeElementHolder> r(new RunTimeElementHolder);
|
||||
r->m_string = text;
|
||||
m_elements.push_back(std::move(r));
|
||||
|
Reference in New Issue
Block a user