qtmobility/src/publishsubscribe/psmapperserver_symbian/pathmapper_symbian.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/publishsubscribe/psmapperserver_symbian/pathmapper_symbian.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/publishsubscribe/psmapperserver_symbian/pathmapper_symbian.cpp	Mon May 03 13:18:40 2010 +0300
@@ -130,7 +130,7 @@
     QString basePath = path;
     if (basePath.right(1) != QString(QLatin1Char('/')))
         basePath += QLatin1Char('/');
-    foreach (QString foundPath, childPaths(basePath)) {
+    foreach (const QString foundPath, childPaths(basePath)) {
         QString value = foundPath.mid(basePath.size());
         int index = value.indexOf(QLatin1Char('/'));
         if (index != -1)