mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Added const reported by cppcheck 2.14
This commit is contained in:
committed by
Eduardo Arias
parent
d053ec6de6
commit
bbef22b3b5
@@ -75,7 +75,7 @@ void json2bin(std::string *str) {
|
||||
}
|
||||
|
||||
|
||||
std::string UnitTest::print() {
|
||||
std::string UnitTest::print() const {
|
||||
std::stringstream i;
|
||||
|
||||
i << KRED << "Test failed." << RESET;
|
||||
|
Reference in New Issue
Block a user