mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
modernize-use-override
This commit is contained in:
@@ -16,7 +16,7 @@ namespace sinks
|
||||
{
|
||||
|
||||
template <class Mutex>
|
||||
class null_sink : public base_sink < Mutex >
|
||||
class null_sink : public base_sink<Mutex>
|
||||
{
|
||||
protected:
|
||||
void _sink_it(const details::log_msg&) override
|
||||
|
Reference in New Issue
Block a user