mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
minor fixes
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
||||
console_sink& operator=(const console_sink&) = delete;
|
||||
virtual ~console_sink() = default;
|
||||
|
||||
|
||||
protected:
|
||||
virtual void _sink_it(const details::log_msg& msg) override
|
||||
{
|
||||
@@ -42,6 +43,5 @@ inline std::shared_ptr<console_sink>& stderr_sink ()
|
||||
return inst;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user