aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.h b/src/hash.h
index 36665a6..2859758 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -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 }