diff --git a/src/lib/upnp/WorkQueue.hxx b/src/lib/upnp/WorkQueue.hxx index c2f3ae9e1..16e41d6ce 100644 --- a/src/lib/upnp/WorkQueue.hxx +++ b/src/lib/upnp/WorkQueue.hxx @@ -68,7 +68,7 @@ public: /** Create a WorkQueue * @param _name for message printing */ - WorkQueue(const char *_name) + explicit WorkQueue(const char *_name) :name(_name) { }