Missing virtual deutructors.

This commit is contained in:
JoelKatz
2013-03-06 03:34:30 -08:00
parent f1be0c0be8
commit 7e6e42e9d3
3 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ class Offer : public AccountItem
Offer(SerializedLedgerEntry::pointer ledgerEntry); // For accounts in a ledger
public:
Offer(){}
virtual ~Offer(){}
AccountItem::pointer makeItem(const uint160&, SerializedLedgerEntry::ref ledgerEntry);
LedgerEntryType getType(){ return(ltOFFER); }