diff options
author | Chris Vickio <chris@vickio.net> | 2017-01-14 13:41:56 +0300 |
---|---|---|
committer | Chris Vickio <chris@vickio.net> | 2017-01-14 15:06:07 +0300 |
commit | 3b6d5f255df2a5ca826ed7f146fc768a8350d68e (patch) | |
tree | d2c65282f462bca28394a52e08a40ff1c797be43 /src/wallet/api/wallet.h | |
parent | remove unused fields from network_throttle (unused-private-field warning) (diff) | |
download | monero-3b6d5f255df2a5ca826ed7f146fc768a8350d68e.tar.xz |
make struct/class declarations consistent (mismatched-tags warning)
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 6c0b8ef23..4520f2565 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -123,7 +123,7 @@ private: private: friend class PendingTransactionImpl; friend class TransactionHistoryImpl; - friend class Wallet2CallbackImpl; + friend struct Wallet2CallbackImpl; friend class AddressBookImpl; tools::wallet2 * m_wallet; |