[DEV] chang API: etk::Hash::getSize return size_t instead of int32_t
This commit is contained in:
parent
8dcc6851b6
commit
a72cdb680c
@ -198,7 +198,7 @@ namespace etk {
|
|||||||
* @brief Get the number of element in the hash table
|
* @brief Get the number of element in the hash table
|
||||||
* @return number of elements
|
* @return number of elements
|
||||||
*/
|
*/
|
||||||
int32_t size() const {
|
size_t size() const {
|
||||||
return m_data.size();
|
return m_data.size();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user