summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/ModList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/ModList.h')
-rw-r--r--logic/minecraft/ModList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/minecraft/ModList.h b/logic/minecraft/ModList.h
index 70eb5569..823854ed 100644
--- a/logic/minecraft/ModList.h
+++ b/logic/minecraft/ModList.h
@@ -22,6 +22,8 @@
#include "minecraft/Mod.h"
+#include "multimc_logic_export.h"
+
class LegacyInstance;
class BaseInstance;
class QFileSystemWatcher;
@@ -30,7 +32,7 @@ class QFileSystemWatcher;
* A legacy mod list.
* Backed by a folder.
*/
-class ModList : public QAbstractListModel
+class MULTIMC_LOGIC_EXPORT ModList : public QAbstractListModel
{
Q_OBJECT
public: