Fix compile bug

This commit is contained in:
gabime 2019-08-28 23:53:00 +03:00
parent cb890c96b9
commit f3a7ef1199
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