diff options
Diffstat (limited to 'include/tgbot/Api.h')
-rw-r--r-- | include/tgbot/Api.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::vector<std::string>> StringArrayPtr; |