diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-30 13:22:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 13:22:50 +0300 |
commit | a79166516734d965032b5e94b66f1aae9f493424 (patch) | |
tree | 718682ca41be1c065937b335075b72af6aaa2a1f /include | |
parent | 6c5373974fdf3ec1924357cd40fbab330804361c (diff) |
Add missing TGBOT_API.
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/types/InputFile.h | 2 |
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; |