From 5f3521e0f4eec81d8ba092a15ba18cd213b846fa Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 15 May 2012 20:19:19 -0700 Subject: [PATCH] Missing class initialization. --- src/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application.cpp b/src/Application.cpp index 84f077170..9366aab51 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -61,6 +61,7 @@ void Application::stop() void Application::run() { assert(mTxnDB==NULL); + SHAMapNode::ClassInit(); // // Construct databases.