diff options
Diffstat (limited to 'include/tgbot/net/CurlHttpClient.h')
-rw-r--r-- | include/tgbot/net/CurlHttpClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/net/CurlHttpClient.h b/include/tgbot/net/CurlHttpClient.h index 9409d7c..202cc40 100644 --- a/include/tgbot/net/CurlHttpClient.h +++ b/include/tgbot/net/CurlHttpClient.h @@ -19,7 +19,7 @@ namespace TgBot { * * @ingroup net */ -class CurlHttpClient : public HttpClient { +class TGBOT_API CurlHttpClient : public HttpClient { public: CurlHttpClient(); |