aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Device.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Device.hxx')
-rw-r--r--src/db/upnp/Device.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/Device.hxx b/src/db/upnp/Device.hxx
index 9cccc9bbc..78b9820f9 100644
--- a/src/db/upnp/Device.hxx
+++ b/src/db/upnp/Device.hxx
@@ -82,7 +82,7 @@ public:
* @param url where the description came from
* @param description the xml device description
*/
- UPnPDevice(const std::string &url, const std::string &description);
+ UPnPDevice(const std::string &url, const char *description);
UPnPDevice() : ok(false) {}
};