summaryrefslogtreecommitdiffstats
path: root/parameter/ComponentLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ComponentLibrary.cpp')
-rw-r--r--parameter/ComponentLibrary.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parameter/ComponentLibrary.cpp b/parameter/ComponentLibrary.cpp
index dc06730..1c6daa2 100644
--- a/parameter/ComponentLibrary.cpp
+++ b/parameter/ComponentLibrary.cpp
@@ -40,12 +40,12 @@ bool CComponentLibrary::childrenAreDynamic() const
return true;
}
-string CComponentLibrary::getKind() const
+std::string CComponentLibrary::getKind() const
{
return "ComponentLibrary";
}
-const CComponentType* CComponentLibrary::getComponentType(const string& strName) const
+const CComponentType* CComponentLibrary::getComponentType(const std::string& strName) const
{
return static_cast<const CComponentType*>(findChild(strName));
}