summaryrefslogtreecommitdiffstats
path: root/parameter/ConfigurableElementWithMapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ConfigurableElementWithMapping.h')
-rw-r--r--parameter/ConfigurableElementWithMapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/ConfigurableElementWithMapping.h b/parameter/ConfigurableElementWithMapping.h
index d241cea..b5f6a1f 100644
--- a/parameter/ConfigurableElementWithMapping.h
+++ b/parameter/ConfigurableElementWithMapping.h
@@ -40,7 +40,7 @@
*/
class CConfigurableElementWithMapping : public CConfigurableElement {
public:
- CConfigurableElementWithMapping(const string& strName) : CConfigurableElement(strName) {}
+ CConfigurableElementWithMapping(const std::string& strName) : CConfigurableElement(strName) {}
virtual ~CConfigurableElementWithMapping() {}
/**