mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +08:00
added explicit kw to ctor
This commit is contained in:
parent
2894e8de5e
commit
ce5c1c24cf
@ -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())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user