mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
make struct/class declarations consistent (mismatched-tags warning)
This commit is contained in:
parent
fcf66925c1
commit
3b6d5f255d
4 changed files with 3 additions and 5 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
namespace daemonize {
|
||||
|
||||
class t_internals;
|
||||
struct t_internals;
|
||||
|
||||
class t_daemon final {
|
||||
public:
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
namespace Monero {
|
||||
|
||||
class AddressBookRow;
|
||||
class WalletImpl;
|
||||
|
||||
class AddressBookImpl : public AddressBook
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
namespace Monero {
|
||||
|
||||
class TransactionInfo;
|
||||
class WalletImpl;
|
||||
|
||||
class TransactionHistoryImpl : public TransactionHistory
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue