mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 23:59:43 +02:00
Fix compile error
This commit is contained in:
parent
60ac81be3e
commit
6118e1a79d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue