summaryrefslogtreecommitdiff
path: root/include/tgbot/Bot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/Bot.h')
-rw-r--r--include/tgbot/Bot.h2
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())