aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/SimulatedBackSynchronizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SimulatedBackSynchronizer.cpp')
-rw-r--r--parameter/SimulatedBackSynchronizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/SimulatedBackSynchronizer.cpp b/parameter/SimulatedBackSynchronizer.cpp
index e3ac59d..5f60aba 100644
--- a/parameter/SimulatedBackSynchronizer.cpp
+++ b/parameter/SimulatedBackSynchronizer.cpp
@@ -42,7 +42,7 @@ CSimulatedBackSynchronizer::CSimulatedBackSynchronizer(const CConfigurableElemen
void CSimulatedBackSynchronizer::sync()
{
// Set default values to simulate back synchronization
- list<const CConfigurableElement*>::const_iterator it;
+ std::list<const CConfigurableElement*>::const_iterator it;
for (it = _needingBackSyncList.begin(); it != _needingBackSyncList.end(); ++it) {