diff --git a/logger.cpp b/logger.cpp index 6215ba2..23f0c29 100644 --- a/logger.cpp +++ b/logger.cpp @@ -55,7 +55,7 @@ using std::string; shared_ptr shared_logger_ = nullptr; } // End namespace -Logger::Destination::Destination() {} +Logger::Destination::Destination() : min_type_(MessageType::Unknown), max_type_(MessageType::Wtf) {} Logger::Destination::~Destination() {}