mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00: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…
Add table
Add a link
Reference in a new issue