Logger: Move m_min_level init to header.

This commit is contained in:
Peter Johnson
2015-08-19 22:04:31 -07:00
parent 2d1bc2f4c7
commit 9cb9c3beb0
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ using namespace nt;
ATOMIC_STATIC_INIT(Logger)
Logger::Logger() : m_min_level(100) {}
Logger::Logger() {}
Logger::~Logger() {}