8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1f874a + 57bc554 commit cc9f17fCopy full SHA for cc9f17f
lib/Rest/GeneralRequest.h
@@ -80,7 +80,7 @@ class GeneralRequest {
80
static RequestType findRequestType(char const*, size_t const);
81
82
public:
83
- GeneralRequest(ConnectionInfo const& connectionInfo)
+ explicit GeneralRequest(ConnectionInfo const& connectionInfo)
84
: _version(ProtocolVersion::UNKNOWN),
85
_connectionInfo(connectionInfo),
86
_clientTaskId(0),
0 commit comments