Make SHAMapNode::ClassInit self-invoking.

This commit is contained in:
JoelKatz
2012-05-31 13:35:27 -07:00
parent ad9deda4e8
commit 83d8a347ee
5 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ public:
virtual std::string getString() const;
void dump() const;
static void ClassInit();
static bool ClassInit();
static uint256 getNodeID(int depth, const uint256& hash);
// Convert to/from wire format (256-bit nodeID, 1-byte depth)