Missing class initialization.

This commit is contained in:
JoelKatz
2012-05-15 20:19:19 -07:00
parent f030dc2ca1
commit 5f3521e0f4

View File

@@ -61,6 +61,7 @@ void Application::stop()
void Application::run() void Application::run()
{ {
assert(mTxnDB==NULL); assert(mTxnDB==NULL);
SHAMapNode::ClassInit();
// //
// Construct databases. // Construct databases.