summaryrefslogtreecommitdiffstats
path: root/parameter/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Element.h')
-rw-r--r--parameter/Element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parameter/Element.h b/parameter/Element.h
index 75171cc..6e5abc9 100644
--- a/parameter/Element.h
+++ b/parameter/Element.h
@@ -96,6 +96,7 @@ public:
// Conversion utilities
static string toString(uint32_t uiValue);
+ static string toString(uint64_t uiValue);
static string toString(int32_t iValue);
static string toString(double dValue);