mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Mark single-argument constructors "explicit"
This commit is contained in:
@@ -58,7 +58,7 @@ struct TxLessThan
|
||||
class TransactionTablePriv
|
||||
{
|
||||
public:
|
||||
TransactionTablePriv(TransactionTableModel *_parent) :
|
||||
explicit TransactionTablePriv(TransactionTableModel *_parent) :
|
||||
parent(_parent)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user