aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/ParameterBlockType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ParameterBlockType.h')
-rw-r--r--parameter/ParameterBlockType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/ParameterBlockType.h b/parameter/ParameterBlockType.h
index 6061f78..2137a3e 100644
--- a/parameter/ParameterBlockType.h
+++ b/parameter/ParameterBlockType.h
@@ -47,6 +47,6 @@ private:
// Population
virtual void populate(CElement* pElement) const;
// Creating sub blocks with indexes
- static std::string computeChildName(uint32_t uiChild);
+ static std::string computeChildName(size_t uiChild);
};