aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/IntegerParameterType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/IntegerParameterType.h')
-rw-r--r--parameter/IntegerParameterType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/IntegerParameterType.h b/parameter/IntegerParameterType.h
index f1b3e64..db4be41 100644
--- a/parameter/IntegerParameterType.h
+++ b/parameter/IntegerParameterType.h
@@ -51,7 +51,7 @@ public:
virtual string getKind() const;
private:
// Range checking
- template <class type> bool checkValueAgainstRange(type value, CParameterAccessContext& parameterAccessContext) const;
+ template <typename type> bool checkValueAgainstRange(const string& strValue, type value, CParameterAccessContext& parameterAccessContext, bool bHexaValue) const;
// Signing
bool _bSigned;