From b6f2240aea4a496b288215875814309275f3b4f0 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 17:38:20 +0300 Subject: Initial support for shared builds. --- include/tgbot/net/CurlHttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tgbot/net/CurlHttpClient.h') 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(); -- cgit v1.2.3