This commit is contained in:
john30
2014-12-18 22:04:46 +01:00
parent d078044c36
commit e8b355b85e
+1 -1
View File
@@ -144,7 +144,7 @@ void LogFile::write(const LogMessage& message) const
Logger& Logger::Instance() Logger& Logger::Instance()
{ {
static Logger instance; static Logger instance;
return (instance); return instance;
} }
Logger::~Logger() Logger::~Logger()