aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/BitParameterType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/BitParameterType.h')
-rw-r--r--parameter/BitParameterType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parameter/BitParameterType.h b/parameter/BitParameterType.h
index f3f18b8..b8afeec 100644
--- a/parameter/BitParameterType.h
+++ b/parameter/BitParameterType.h
@@ -51,6 +51,9 @@ public:
// Bit Size
uint32_t getBitSize() const;
+ // Element properties
+ virtual void showProperties(string& strResult) const;
+
// CElement
virtual string getKind() const;
private: