Moves debuglog stuff inside the debug_log namespace

This commit is contained in:
Felipe Zimmerle
2016-12-09 09:52:01 -03:00
parent a3787fedb8
commit 64e2927922
7 changed files with 20 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
namespace modsecurity_test {
class CustomDebugLog : public modsecurity::DebugLog {
class CustomDebugLog : public modsecurity::debug_log::DebugLog {
public:
CustomDebugLog *new_instance();
~CustomDebugLog();