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:
@@ -82,7 +82,7 @@ private:
|
||||
sys_seconds sent;
|
||||
std::uint32_t nonce;
|
||||
|
||||
Query (sys_seconds j = sys_seconds::max())
|
||||
explicit Query (sys_seconds j = sys_seconds::max())
|
||||
: replied (false)
|
||||
, sent (j)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user