summaryrefslogtreecommitdiffstats
path: root/parameter/SyncerSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SyncerSet.cpp')
-rw-r--r--parameter/SyncerSet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parameter/SyncerSet.cpp b/parameter/SyncerSet.cpp
index 0da4413..9daf2a6 100644
--- a/parameter/SyncerSet.cpp
+++ b/parameter/SyncerSet.cpp
@@ -56,11 +56,11 @@ void CSyncerSet::clear()
_syncerSet.clear();
}
-bool CSyncerSet::sync(CParameterBlackboard& parameterBlackboard, bool bBack, list<string>* plstrError) const
+bool CSyncerSet::sync(CParameterBlackboard& parameterBlackboard, bool bBack, std::list<std::string>* plstrError) const
{
bool bSuccess = true;
- string strError;
+ std::string strError;
// Propagate
SyncerSetConstIterator it;