aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Util.hxx')
-rw-r--r--src/db/upnp/Util.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/upnp/Util.hxx b/src/db/upnp/Util.hxx
index ba5633331..5812c5d9f 100644
--- a/src/db/upnp/Util.hxx
+++ b/src/db/upnp/Util.hxx
@@ -23,7 +23,7 @@
#include "Compiler.h"
#include <string>
-#include <vector>
+#include <list>
std::string
caturl(const std::string& s1, const std::string& s2);
@@ -36,7 +36,7 @@ std::string
path_getfather(const std::string &s);
gcc_pure
-std::vector<std::string>
+std::list<std::string>
stringToTokens(const std::string &str,
const char *delims = "/", bool skipinit = true);