mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Fixed build error
This commit is contained in:
parent
e58cfe8168
commit
ea9c8ee46b
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ private:
|
|||
|
||||
class SSLClient : public Client {
|
||||
public:
|
||||
SSLClient(const char* host, int port, HttpVersion http_version = HttpVersion:v1_0);
|
||||
SSLClient(const char* host, int port, HttpVersion http_version = HttpVersion::v1_0);
|
||||
virtual ~SSLClient();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue