aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/IntegerParameterType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/IntegerParameterType.h')
-rw-r--r--parameter/IntegerParameterType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parameter/IntegerParameterType.h b/parameter/IntegerParameterType.h
index db4be41..50a7f91 100644
--- a/parameter/IntegerParameterType.h
+++ b/parameter/IntegerParameterType.h
@@ -47,6 +47,9 @@ public:
// Default value handling (simulation only)
virtual uint32_t getDefaultValue() const;
+ // Element properties
+ virtual void showProperties(string& strResult) const;
+
// CElement
virtual string getKind() const;
private: