diff options
Diffstat (limited to 'logic/screenshots/ImgurAlbumCreation.h')
-rw-r--r-- | logic/screenshots/ImgurAlbumCreation.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/screenshots/ImgurAlbumCreation.h b/logic/screenshots/ImgurAlbumCreation.h index f4adf6f2..469174e4 100644 --- a/logic/screenshots/ImgurAlbumCreation.h +++ b/logic/screenshots/ImgurAlbumCreation.h @@ -2,8 +2,10 @@ #include "net/NetAction.h" #include "Screenshot.h" +#include "multimc_logic_export.h" + typedef std::shared_ptr<class ImgurAlbumCreation> ImgurAlbumCreationPtr; -class ImgurAlbumCreation : public NetAction +class MULTIMC_LOGIC_EXPORT ImgurAlbumCreation : public NetAction { public: explicit ImgurAlbumCreation(QList<ScreenshotPtr> screenshots); |