Fix compile error

This commit is contained in:
badaix 2020-03-30 22:34:38 +02:00
parent 60ac81be3e
commit 6118e1a79d

View file

@ -528,7 +528,7 @@ public:
}
protected:
Log() noexcept : last_id_(-1), last_buffer_(nullptr)
Log() noexcept : last_buffer_(nullptr)
{
std::clog.rdbuf(this);
std::clog << Severity() << Type::normal << Tag() << Function() << Conditional() << AixLog::Color::NONE << std::flush;