summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;