summaryrefslogtreecommitdiffstats
path: root/parameter/Component.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Component.h')
-rw-r--r--parameter/Component.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parameter/Component.h b/parameter/Component.h
index d43e6e8..e868f62 100644
--- a/parameter/Component.h
+++ b/parameter/Component.h
@@ -30,9 +30,9 @@
*/
#pragma once
-#include "ParameterBlock.h"
+#include "InstanceConfigurableElement.h"
-class CComponent : public CParameterBlock
+class CComponent : public CInstanceConfigurableElement
{
public:
CComponent(const string& strName, const CTypeElement* pTypeElement);