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/HttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tgbot/net/HttpClient.h') diff --git a/include/tgbot/net/HttpClient.h b/include/tgbot/net/HttpClient.h index 077a6c1..d9c72be 100644 --- a/include/tgbot/net/HttpClient.h +++ b/include/tgbot/net/HttpClient.h @@ -13,7 +13,7 @@ namespace TgBot { * * @ingroup net */ -class HttpClient { +class TGBOT_API HttpClient { public: virtual ~HttpClient() = default; -- cgit v1.2.3