summaryrefslogtreecommitdiff
path: root/include/tgbot/net/TgLongPoll.h
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:38:20 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:38:20 +0300
commitb6f2240aea4a496b288215875814309275f3b4f0 (patch)
tree576f7b8ea25738eba1aceae63fef21777cd7db3b /include/tgbot/net/TgLongPoll.h
parentec7affea995fef1c760f40fed7d39f1c6dafb980 (diff)
Initial support for shared builds.
Diffstat (limited to 'include/tgbot/net/TgLongPoll.h')
-rw-r--r--include/tgbot/net/TgLongPoll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/net/TgLongPoll.h b/include/tgbot/net/TgLongPoll.h
index 2de9810..b55338c 100644
--- a/include/tgbot/net/TgLongPoll.h
+++ b/include/tgbot/net/TgLongPoll.h
@@ -14,7 +14,7 @@ namespace TgBot {
*
* @ingroup net
*/
-class TgLongPoll {
+class TGBOT_API TgLongPoll {
public:
TgLongPoll(const Api* api, const EventHandler* eventHandler, std::int32_t, std::int32_t, const std::shared_ptr<std::vector<std::string>>&);