mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Mark some single-argument constructors explicit
This commit is contained in:
@@ -244,7 +244,7 @@ class Validations_test : public beast::unit_test::suite
|
||||
PeerID nextNodeId_{0};
|
||||
|
||||
public:
|
||||
TestHarness(LedgerOracle& o)
|
||||
explicit TestHarness(LedgerOracle& o)
|
||||
: tv_(p_, clock_, staleData_, clock_, o)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user