lib/upnp/WorkQueue: make constructor explicit
This commit is contained in:
parent
f3b2a58646
commit
f4c248f406
@ -68,7 +68,7 @@ public:
|
||||
/** Create a WorkQueue
|
||||
* @param _name for message printing
|
||||
*/
|
||||
WorkQueue(const char *_name)
|
||||
explicit WorkQueue(const char *_name)
|
||||
:name(_name)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user