mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix 64-bit Visual Studio build
This commit is contained in:
committed by
Vinnie Falco
parent
3ca8bf5f98
commit
65f496fefb
@@ -226,6 +226,10 @@ public:
|
||||
m_lruCache.reset (options.block_cache);
|
||||
}
|
||||
|
||||
~LevelDBFactory()
|
||||
{
|
||||
}
|
||||
|
||||
beast::String getName () const
|
||||
{
|
||||
return "LevelDB";
|
||||
|
||||
Reference in New Issue
Block a user