diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index 85eac8e3c..faf4dbe0f 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -21,6 +21,8 @@ #include #include +#include "multimc_logic_export.h" + enum JobStatus { Job_NotStarted, @@ -30,7 +32,7 @@ enum JobStatus }; typedef std::shared_ptr NetActionPtr; -class NetAction : public QObject, public std::enable_shared_from_this +class MULTIMC_LOGIC_EXPORT NetAction : public QObject, public std::enable_shared_from_this { Q_OBJECT protected: