summaryrefslogtreecommitdiffstats
path: root/parameter/SimulatedBackSynchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SimulatedBackSynchronizer.h')
-rw-r--r--parameter/SimulatedBackSynchronizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/SimulatedBackSynchronizer.h b/parameter/SimulatedBackSynchronizer.h
index 2500be2..aa38a68 100644
--- a/parameter/SimulatedBackSynchronizer.h
+++ b/parameter/SimulatedBackSynchronizer.h
@@ -35,7 +35,7 @@ public:
CSimulatedBackSynchronizer(const CConfigurableElement* pConfigurableElement, CParameterBlackboard* pParameterBlackboard);
// Back synchronization
- virtual bool sync();
+ virtual void sync();
private:
// Fake error for parameter context creation
string _strError;