aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/BitParameterBlockType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/BitParameterBlockType.h')
-rw-r--r--parameter/BitParameterBlockType.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/parameter/BitParameterBlockType.h b/parameter/BitParameterBlockType.h
index 768661e..0808e94 100644
--- a/parameter/BitParameterBlockType.h
+++ b/parameter/BitParameterBlockType.h
@@ -31,10 +31,12 @@
#include "TypeElement.h"
+#include <string>
+
class CBitParameterBlockType : public CTypeElement
{
public:
- CBitParameterBlockType(const string& strName);
+ CBitParameterBlockType(const std::string& strName);
// Size
uint32_t getSize() const;
@@ -46,7 +48,7 @@ public:
virtual void toXml(CXmlElement& xmlElement, CXmlSerializingContext& serializingContext) const;
// CElement
- virtual string getKind() const;
+ virtual std::string getKind() const;
private:
virtual bool childrenAreDynamic() const;
// Instantiation