mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
modernize-use-override
This commit is contained in:
@@ -23,15 +23,13 @@ namespace sinks
|
||||
* MSVC sink (logging using OutputDebugStringA)
|
||||
*/
|
||||
template<class Mutex>
|
||||
class msvc_sink : public base_sink < Mutex >
|
||||
class msvc_sink : public base_sink<Mutex>
|
||||
{
|
||||
public:
|
||||
explicit msvc_sink()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
void _sink_it(const details::log_msg& msg) override
|
||||
{
|
||||
|
Reference in New Issue
Block a user