Update logger.cpp

This commit is contained in:
Pax1601 2023-12-20 14:08:49 +01:00
parent 22ad5d5972
commit 7face05e12

View File

@ -8,7 +8,7 @@ const string Logger::m_sFileName = LOG_NAME;
Logger* Logger::m_pThis = NULL;
ofstream Logger::m_Logfile;
std::map<unsigned long long, std::string> Logger::m_logs;
std::string m_dirPath;
std::string Logger::m_dirPath;
Logger::Logger()
{