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/Api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tgbot/Api.h') diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index 8406d01..9738596 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -37,7 +37,7 @@ class Bot; * * @ingroup general */ -class Api { +class TGBOT_API Api { typedef std::shared_ptr> StringArrayPtr; -- cgit v1.2.3