mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Changes library namespace from ModSecurity to modsecurity
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace modsecurity_test {
|
||||
|
||||
class CustomDebugLog : public ModSecurity::DebugLog {
|
||||
class CustomDebugLog : public modsecurity::DebugLog {
|
||||
public:
|
||||
CustomDebugLog *new_instance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user