mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Missing virtual deutructors.
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user