Cleanups.

This commit is contained in:
JoelKatz
2012-12-04 12:30:41 -08:00
parent 50953ff6d5
commit 25af710446
7 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#include "Offer.h"
AccountItem::pointer Offer::makeItem(uint160& ,SerializedLedgerEntry::pointer ledgerEntry)
AccountItem::pointer Offer::makeItem(const uint160& ,SerializedLedgerEntry::ref ledgerEntry)
{
if (!mLedgerEntry || mLedgerEntry->getType() != ltOFFER) return(AccountItem::pointer());
Offer* offer=new Offer(ledgerEntry);