aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/MappingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/MappingContext.h')
-rw-r--r--parameter/MappingContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parameter/MappingContext.h b/parameter/MappingContext.h
index 2ba8547..91fd1f4 100644
--- a/parameter/MappingContext.h
+++ b/parameter/MappingContext.h
@@ -43,7 +43,7 @@ class CMappingContext
public:
// Regular Constructor
- CMappingContext(uint32_t uiNbItemTypes);
+ CMappingContext(size_t uiNbItemTypes);
~CMappingContext();
// Copy constructor
@@ -79,6 +79,6 @@ private:
// Item array
SItem* _pstItemArray;
// Items array size
- uint32_t _uiNbItemTypes;
+ size_t _uiNbItemTypes;
};