diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-05-13 12:59:29 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-05-13 12:59:29 +0300 |
| commit | ff52c67aa91cfb0042a5fdace708b7067dbe7271 (patch) | |
| tree | 0bef9e26c4a5a2e793a2faabcd4014972b880d45 /src/wallet | |
| parent | 2d799097ca8467f27c684ba36152ff4e83c6ad28 (diff) | |
| download | monzero-core-ff52c67aa91cfb0042a5fdace708b7067dbe7271.tar.gz monzero-core-ff52c67aa91cfb0042a5fdace708b7067dbe7271.tar.xz monzero-core-ff52c67aa91cfb0042a5fdace708b7067dbe7271.zip | |
i_wallet_callback: virtual dtor
Diffstat (limited to 'src/wallet')
| -rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index d1127cae8..faddf9c70 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -61,6 +61,7 @@ namespace tools virtual void on_money_received(uint64_t height, const cryptonote::transaction& tx, size_t out_index) {} virtual void on_money_spent(uint64_t height, const cryptonote::transaction& in_tx, size_t out_index, const cryptonote::transaction& spend_tx) {} virtual void on_skip_transaction(uint64_t height, const cryptonote::transaction& tx) {} + virtual ~i_wallet2_callback() {} }; struct tx_dust_policy |
