summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-30 13:22:50 +0300
committerGitHub <noreply@github.com>2020-03-30 13:22:50 +0300
commita79166516734d965032b5e94b66f1aae9f493424 (patch)
tree718682ca41be1c065937b335075b72af6aaa2a1f /include
parent6c5373974fdf3ec1924357cd40fbab330804361c (diff)
Add missing TGBOT_API.
Diffstat (limited to 'include')
-rw-r--r--include/tgbot/types/InputFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/types/InputFile.h b/include/tgbot/types/InputFile.h
index 670dc2d..9f75216 100644
--- a/include/tgbot/types/InputFile.h
+++ b/include/tgbot/types/InputFile.h
@@ -11,7 +11,7 @@ namespace TgBot {
*
* @ingroup types
*/
-class InputFile {
+class TGBOT_API InputFile {
public:
typedef std::shared_ptr<InputFile> Ptr;