From 6a3a4a1c96dddc9fb94ddf4942fc2f203fc2cb72 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 7 Feb 2012 17:29:48 -0800 Subject: [PATCH] Cleanups. --- SHAMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SHAMap.h b/SHAMap.h index 342f50fecd..37ae4ecd5f 100644 --- a/SHAMap.h +++ b/SHAMap.h @@ -303,7 +303,7 @@ public: static bool TestSHAMap(); static bool syncTest(); bool deepCompare(SHAMap& other); - virtual void dump(); + virtual void dump(bool withHashes=false); }; #endif