Commit f4c248f4 authored by Max Kellermann's avatar Max Kellermann

lib/upnp/WorkQueue: make constructor explicit

parent f3b2a586
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
/** Create a WorkQueue /** Create a WorkQueue
* @param _name for message printing * @param _name for message printing
*/ */
WorkQueue(const char *_name) explicit WorkQueue(const char *_name)
:name(_name) :name(_name)
{ {
} }
......
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