diff options
Diffstat (limited to 'parameter/BitParameterBlock.h')
-rw-r--r-- | parameter/BitParameterBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/BitParameterBlock.h b/parameter/BitParameterBlock.h index f8ae141..f965b30 100644 --- a/parameter/BitParameterBlock.h +++ b/parameter/BitParameterBlock.h @@ -34,7 +34,7 @@ class CBitParameterBlock : public CInstanceConfigurableElement { public: - CBitParameterBlock(const string& strName, const CTypeElement* pTypeElement); + CBitParameterBlock(const std::string& strName, const CTypeElement* pTypeElement); // Instantiation, allocation virtual uint32_t getFootPrint() const; |