Commit f3a7ef11 authored by gabime's avatar gabime

Fix compile bug

parent cb890c96
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment