diff options
Diffstat (limited to '')
-rw-r--r-- | src/set.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ namespace Bu | |||
162 | * Get the number of items stored in the hash table. | 162 | * Get the number of items stored in the hash table. |
163 | *@returns (uint32_t) The number of items stored in the hash table. | 163 | *@returns (uint32_t) The number of items stored in the hash table. |
164 | */ | 164 | */ |
165 | uint32_t size() | 165 | uint32_t getSize() |
166 | { | 166 | { |
167 | return nFilled-nDeleted; | 167 | return nFilled-nDeleted; |
168 | } | 168 | } |