diff --git a/src/cpp/ripple/SHAMap.h b/src/cpp/ripple/SHAMap.h index bc9bfdc4e..19953edfe 100644 --- a/src/cpp/ripple/SHAMap.h +++ b/src/cpp/ripple/SHAMap.h @@ -480,8 +480,8 @@ public: typedef std::pair< uint256, std::vector > fetchPackEntry_t; std::list getFetchPack(SHAMap* have, bool includeLeaves, int max); - static int getFullBelowCacheSize() { return fullBelowCache.getSize(); } - static void sweep() { fullBelowCache.sweep(); } + static int getFullBelowSize() { return fullBelowCache.getSize(); } + static void sweep() { fullBelowCache.sweep(); } }; #endif