Fix Clang compile and link errors

This commit is contained in:
NATTSiM
2014-01-14 08:38:59 -08:00
committed by Vinnie Falco
parent 2870c7f457
commit 25ff77c2fd
24 changed files with 110 additions and 56 deletions

View File

@@ -1906,6 +1906,10 @@ private:
//------------------------------------------------------------------------------
LedgerConsensus::~LedgerConsensus ()
{
}
boost::shared_ptr <LedgerConsensus> LedgerConsensus::New(LedgerHash const & prevLCLHash,
Ledger::ref previousLedger, uint32 closeTime)
{