diff options
Diffstat (limited to 'parameter/SelectionCriterion.h')
-rw-r--r-- | parameter/SelectionCriterion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/SelectionCriterion.h b/parameter/SelectionCriterion.h index cf66c45..fe79359 100644 --- a/parameter/SelectionCriterion.h +++ b/parameter/SelectionCriterion.h @@ -56,7 +56,7 @@ public: bool excludes(int iState) const; /// User request - string getFormattedDescription(bool bWithTypeInfo) const; + string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const; /// From CElement virtual string getKind() const; |