mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Logger: Move m_min_level init to header.
This commit is contained in:
@@ -11,6 +11,6 @@ using namespace nt;
|
||||
|
||||
ATOMIC_STATIC_INIT(Logger)
|
||||
|
||||
Logger::Logger() : m_min_level(100) {}
|
||||
Logger::Logger() {}
|
||||
|
||||
Logger::~Logger() {}
|
||||
|
||||
Reference in New Issue
Block a user