From db5e55e026d897f41e22dd470c1a41a39951d7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 5 Sep 2015 19:10:03 +0200 Subject: SCRATCH NetAction fix --- logic/net/NetAction.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'logic/net/NetAction.h') diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index 85eac8e3..faf4dbe0 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: -- cgit v1.2.3