From 425502d5d07b4e508befa5aba0a266eeb8a6cd31 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 28 Aug 2007 19:57:07 +0000 Subject: Minor change that may break some other programs in a very minor way, changed the name of Bu::Hash::size() to Bu::Hash::getSize() to be consistant accross the system. --- src/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash.h') 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 * Get the number of items stored in the hash table. *@returns (uint32_t) The number of items stored in the hash table. */ - uint32_t size() + uint32_t getSize() { return nFilled-nDeleted; } -- cgit v1.2.3