mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Cosmetics: address cppcheck warnings
This commit is contained in:
@@ -40,9 +40,9 @@ class DebugLogWriter {
|
||||
return instance;
|
||||
}
|
||||
|
||||
void write_log(const std::string& file, const std::string& msg);
|
||||
void close(const std::string& m_fileName);
|
||||
int open(const std::string& m_fileName, std::string *error);
|
||||
static void write_log(const std::string& file, const std::string& msg);
|
||||
static void close(const std::string& m_fileName);
|
||||
static int open(const std::string& m_fileName, std::string *error);
|
||||
|
||||
private:
|
||||
DebugLogWriter() : m_first(NULL) { }
|
||||
|
Reference in New Issue
Block a user