diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/upnp/ixmlwrap.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/upnp/ixmlwrap.hxx b/src/db/upnp/ixmlwrap.hxx index 8677d691a..0d519a323 100644 --- a/src/db/upnp/ixmlwrap.hxx +++ b/src/db/upnp/ixmlwrap.hxx @@ -24,10 +24,10 @@ namespace ixmlwrap { /** * Retrieve the text content for the first element of given - * name. Returns an empty string if the element does not + * name. Returns nullptr if the element does not * contain a text node */ - std::string getFirstElementValue(IXML_Document *doc, + const char *getFirstElementValue(IXML_Document *doc, const char *name); }; |