mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
fix warnings: 'XX' defined as a struct here but previously declared as a class [-Wmismatched-tags]
This commit is contained in:
@@ -45,8 +45,9 @@ struct TxLessThan
|
||||
};
|
||||
|
||||
// Private implementation
|
||||
struct TransactionTablePriv
|
||||
class TransactionTablePriv
|
||||
{
|
||||
public:
|
||||
TransactionTablePriv(CWallet *wallet, TransactionTableModel *parent):
|
||||
wallet(wallet),
|
||||
parent(parent)
|
||||
|
||||
Reference in New Issue
Block a user