Update logger.h

This commit is contained in:
Gabi Melman 2019-08-28 22:59:16 +03:00 committed by GitHub
parent 37bfa092a5
commit cb890c96b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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