mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 02:21:34 +08:00
Update logger.h
This commit is contained in:
parent
37bfa092a5
commit
cb890c96b9
@ -61,7 +61,7 @@ public:
|
||||
|
||||
// Logger with single sink
|
||||
logger(std::string name, sink_ptr single_sink)
|
||||
: logger(std::move(name), {std::move(single_sink)})
|
||||
: logger(std::move(name), std::move(single_sink))
|
||||
{}
|
||||
|
||||
// Logger with sinks init list
|
||||
|
Loading…
Reference in New Issue
Block a user