diff options
Diffstat (limited to 'parameter/BackSynchronizer.h')
-rw-r--r-- | parameter/BackSynchronizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/BackSynchronizer.h b/parameter/BackSynchronizer.h index 87e0515..2c3cdac 100644 --- a/parameter/BackSynchronizer.h +++ b/parameter/BackSynchronizer.h @@ -37,7 +37,7 @@ public: CBackSynchronizer(const CConfigurableElement* pConfigurableElement); // Back synchronization - virtual bool sync() = 0; + virtual void sync() = 0; protected: // Aggegate list |