added explicit kw to ctor

This commit is contained in:
gabime 2018-07-25 00:33:11 +03:00
parent 2894e8de5e
commit ce5c1c24cf
1 changed files with 1 additions and 1 deletions

View File

@ -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())
{
}