summaryrefslogtreecommitdiffstats
path: root/parameter/ParameterMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ParameterMgr.h')
-rw-r--r--parameter/ParameterMgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parameter/ParameterMgr.h b/parameter/ParameterMgr.h
index da4e43f..1a5ebf2 100644
--- a/parameter/ParameterMgr.h
+++ b/parameter/ParameterMgr.h
@@ -51,6 +51,7 @@ class CConfigurableDomains;
class IRemoteProcessorServerInterface;
class CBackSynchronizer;
class CParameterHandle;
+class CSubsystemPlugins;
class CParameterMgr : private CElement
{
@@ -321,7 +322,7 @@ private:
string _strSchemaFolderLocation; // Place where schemas stand
// Subsystem plugin location
- vector<string> _astrPluginFolderPaths;
+ const CSubsystemPlugins* _pSubsystemPlugins;
// Whole system structure checksum
uint8_t _uiStructureChecksum;