aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/FormattedSubsystemObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/FormattedSubsystemObject.cpp')
-rw-r--r--parameter/FormattedSubsystemObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/FormattedSubsystemObject.cpp b/parameter/FormattedSubsystemObject.cpp
index 2da7deb..591ef90 100644
--- a/parameter/FormattedSubsystemObject.cpp
+++ b/parameter/FormattedSubsystemObject.cpp
@@ -92,7 +92,7 @@ string CFormattedSubsystemObject::formatMappingValue(const string& strMappingVal
string strFormattedValue = strMappingValue;
// Search for amendment (only one supported for now)
- size_t uiPercentPos = strFormattedValue.find('%', 0);
+ string::size_type uiPercentPos = strFormattedValue.find('%', 0);
// Amendment limited to one digit (values from 1 to 9)
assert(isAmendKeyValid(uiNbAmendKeys));