diff options
Diffstat (limited to 'include/tgbot/Bot.h')
-rw-r--r-- | include/tgbot/Bot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/Bot.h b/include/tgbot/Bot.h index 98876f3..49131d3 100644 --- a/include/tgbot/Bot.h +++ b/include/tgbot/Bot.h @@ -16,7 +16,7 @@ namespace TgBot { * * @ingroup general */ -class Bot { +class TGBOT_API Bot { public: explicit Bot(std::string token, const HttpClient& httpClient = _getDefaultHttpClient()) |