Commit ce5c1c24 authored by gabime's avatar gabime

added explicit kw to ctor

parent 2894e8de
...@@ -85,7 +85,7 @@ struct async_msg ...@@ -85,7 +85,7 @@ struct async_msg
{ {
} }
async_msg(async_msg_type the_type) explicit async_msg(async_msg_type the_type)
: async_msg(nullptr, the_type, details::log_msg()) : async_msg(nullptr, the_type, details::log_msg())
{ {
} }
......
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