make HttpRequestData_ constructor inline
This commit is contained in:
parent
9b758c6fb8
commit
86eb568c25
2
http.h
2
http.h
@ -53,7 +53,7 @@ namespace http {
|
|||||||
CurlSocketData_ *socketData = nullptr;
|
CurlSocketData_ *socketData = nullptr;
|
||||||
ResponseCallback callback;
|
ResponseCallback callback;
|
||||||
std::unique_ptr<HttpResponse> response;
|
std::unique_ptr<HttpResponse> response;
|
||||||
HttpRequestData_(HttpClient *client) {
|
inline HttpRequestData_(HttpClient *client) {
|
||||||
this->client = client;
|
this->client = client;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user