Fix 64-bit Visual Studio build

This commit is contained in:
Miguel Portilla
2014-04-15 18:46:55 -04:00
committed by Vinnie Falco
parent 3ca8bf5f98
commit 65f496fefb
6 changed files with 39 additions and 5 deletions

View File

@@ -226,6 +226,10 @@ public:
m_lruCache.reset (options.block_cache);
}
~LevelDBFactory()
{
}
beast::String getName () const
{
return "LevelDB";