From 23d0bd8edde6aadfaa282215b5f143ad16210438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 5 Sep 2015 18:46:57 +0200 Subject: NOISSUE make shared logic library ... shared --- logic/screenshots/ImgurAlbumCreation.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'logic/screenshots/ImgurAlbumCreation.h') 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 ImgurAlbumCreationPtr; -class ImgurAlbumCreation : public NetAction +class MULTIMC_LOGIC_EXPORT ImgurAlbumCreation : public NetAction { public: explicit ImgurAlbumCreation(QList screenshots); -- cgit v1.2.3