aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/SelectionCriteria.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SelectionCriteria.h')
-rw-r--r--parameter/SelectionCriteria.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parameter/SelectionCriteria.h b/parameter/SelectionCriteria.h
index dd274d0..9d34b5b 100644
--- a/parameter/SelectionCriteria.h
+++ b/parameter/SelectionCriteria.h
@@ -24,6 +24,7 @@
*/
#pragma once
+#include <list>
#include "Element.h"
#include "SelectionCriterionType.h"
#include "SelectionCriterion.h"
@@ -51,7 +52,7 @@ public:
const CSelectionCriteriaDefinition* getSelectionCriteriaDefinition() const;
// List available criteria
- void listSelectionCriteria(string& strResult, bool bWithTypeInfo) const;
+ void listSelectionCriteria(list<string>& strResult, bool bWithTypeInfo, bool bHumanReadable) const;
// Base
virtual string getKind() const;