aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Directory.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-18 15:01:19 +0100
committerMax Kellermann <max@duempel.org>2014-01-18 15:01:19 +0100
commit6e55552292d4832bcefeee78346d121caf3715a1 (patch)
tree2869e0e8898e57c97d3a56d395db9463acd1f484 /src/db/upnp/Directory.hxx
parente569f82dd33ff0f7488e34bbb7e46d601c1ed672 (diff)
downloadmpd-6e55552292d4832bcefeee78346d121caf3715a1.tar.gz
mpd-6e55552292d4832bcefeee78346d121caf3715a1.tar.xz
mpd-6e55552292d4832bcefeee78346d121caf3715a1.zip
db/upnp/ixmlwrap: getFirstElementValue() returns const char *
Eliminate the std::string bloat.
Diffstat (limited to '')
-rw-r--r--src/db/upnp/Directory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/Directory.hxx b/src/db/upnp/Directory.hxx
index 80b52ff2b..8858c9325 100644
--- a/src/db/upnp/Directory.hxx
+++ b/src/db/upnp/Directory.hxx
@@ -58,7 +58,7 @@ public:
* actually global, nothing really bad will happen if you mix
* up...
*/
- bool parse(const std::string &didltext, Error &error);
+ bool parse(const char *didltext, Error &error);
};
#endif /* _UPNPDIRCONTENT_H_X_INCLUDED_ */