mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Moves debuglog stuff inside the debug_log namespace
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace modsecurity_test {
|
||||
|
||||
class CustomDebugLog : public modsecurity::DebugLog {
|
||||
class CustomDebugLog : public modsecurity::debug_log::DebugLog {
|
||||
public:
|
||||
CustomDebugLog *new_instance();
|
||||
~CustomDebugLog();
|
||||
|
Reference in New Issue
Block a user