diff options
Diffstat (limited to 'src/db/upnp/Device.hxx')
-rw-r--r-- | src/db/upnp/Device.hxx | 2 |
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) {} }; |