diff options
Diffstat (limited to 'parameter/ConfigurableElement.h')
-rw-r--r-- | parameter/ConfigurableElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/ConfigurableElement.h b/parameter/ConfigurableElement.h index cce2227..18256cf 100644 --- a/parameter/ConfigurableElement.h +++ b/parameter/ConfigurableElement.h @@ -74,7 +74,7 @@ public: // Owning domains void listAssociatedDomains(std::string& strResult, bool bVertical = true) const; - uint32_t getBelongingDomainCount() const; + size_t getBelongingDomainCount() const; // Elements with no domains void listRogueElements(std::string& strResult) const; |