diff options
Diffstat (limited to 'logic/updater/DownloadTask.h')
-rw-r--r-- | logic/updater/DownloadTask.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/updater/DownloadTask.h b/logic/updater/DownloadTask.h index d77c2b2c..83b4a142 100644 --- a/logic/updater/DownloadTask.h +++ b/logic/updater/DownloadTask.h @@ -19,13 +19,15 @@ #include "net/NetJob.h" #include "GoUpdate.h" +#include "multimc_logic_export.h" + namespace GoUpdate { /*! * The DownloadTask is a task that takes a given version ID and repository URL, * downloads that version's files from the repository, and prepares to install them. */ -class DownloadTask : public Task +class MULTIMC_LOGIC_EXPORT DownloadTask : public Task { Q_OBJECT |