aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-05-13 12:59:29 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-05-13 12:59:29 +0300
commitff52c67aa91cfb0042a5fdace708b7067dbe7271 (patch)
tree0bef9e26c4a5a2e793a2faabcd4014972b880d45 /src/wallet/wallet2.h
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadmonero-ff52c67aa91cfb0042a5fdace708b7067dbe7271.tar.xz
i_wallet_callback: virtual dtor
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
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