diff options
Diffstat (limited to 'parameter/SelectionCriterionRule.h')
-rw-r--r-- | parameter/SelectionCriterionRule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/SelectionCriterionRule.h b/parameter/SelectionCriterionRule.h index 51f22e7..0efa89d 100644 --- a/parameter/SelectionCriterionRule.h +++ b/parameter/SelectionCriterionRule.h @@ -49,7 +49,7 @@ class CSelectionCriterionRule : public CRule struct SMatchingRuleDescription { const char* pcMatchesWhen; - bool bInclusiveTypeCompatible; + bool bExclusiveTypeCompatible; }; public: |