diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/hash.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -304,7 +304,7 @@ namespace Bu | |||
| 304 | * Get the number of items stored in the hash table. | 304 | * Get the number of items stored in the hash table. | 
| 305 | *@returns (uint32_t) The number of items stored in the hash table. | 305 | *@returns (uint32_t) The number of items stored in the hash table. | 
| 306 | */ | 306 | */ | 
| 307 | uint32_t size() | 307 | uint32_t getSize() | 
| 308 | { | 308 | { | 
| 309 | return nFilled-nDeleted; | 309 | return nFilled-nDeleted; | 
| 310 | } | 310 | } | 
