Remove more Account from AccountStateNode and LedgerEntrySet revision.

This commit is contained in:
Arthur Britto
2012-08-14 17:16:39 -07:00
parent 44053a4afc
commit 872314f933
7 changed files with 26 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ LedgerEntrySet LedgerEntrySet::duplicate() const
return LedgerEntrySet(mEntries, mSet, mSeq + 1);
}
void LedgerEntrySet::setTo(LedgerEntrySet& e)
void LedgerEntrySet::setTo(const LedgerEntrySet& e)
{
mEntries = e.mEntries;
mSet = e.mSet;