aboutsummaryrefslogtreecommitdiff
path: root/src/set.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set.h b/src/set.h
index 4788804..ce2c10a 100644
--- a/src/set.h
+++ b/src/set.h
@@ -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 }