aboutsummaryrefslogtreecommitdiff
path: root/src/set.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-09-13 06:21:54 +0000
committerMike Buland <eichlan@xagasoft.com>2007-09-13 06:21:54 +0000
commit8c0b390617ea42af40d409bd1fbc541e63321239 (patch)
tree4912a3c3b503a4ee76c03b36ab02623ee230d0b8 /src/set.h
parentcc1d8bdc45fa626b514bdace0cd026fa83dc8400 (diff)
downloadlibbu++-8c0b390617ea42af40d409bd1fbc541e63321239.tar.gz
libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.tar.bz2
libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.tar.xz
libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.zip
Sets now match Hashes better, and can be Archived.
Diffstat (limited to 'src/set.h')
-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 }