Cleanups.

This commit is contained in:
JoelKatz
2012-02-07 17:29:48 -08:00
parent 35b6cf58c8
commit 6a3a4a1c96

View File

@@ -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