From 5824caa0b76686cc4cdacba9cec34b31fb70ba4a Mon Sep 17 00:00:00 2001 From: methodus Date: Thu, 1 Nov 2012 17:32:20 +0100 Subject: Escape XML special chars in DIDL --- include/tools/ixml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tools/ixml.h b/include/tools/ixml.h index 737c753..ffc0fca 100644 --- a/include/tools/ixml.h +++ b/include/tools/ixml.h @@ -18,7 +18,7 @@ namespace upnp { namespace ixml { - void XmlEscapeSpecialChars(string& doc); + string& XmlEscapeSpecialChars(string& doc); /** * First occurance of item * -- cgit v1.2.3