diff options
Diffstat (limited to 'logic/InstanceList.h')
-rw-r--r-- | logic/InstanceList.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/InstanceList.h b/logic/InstanceList.h index 07a71ffb..1799080a 100644 --- a/logic/InstanceList.h +++ b/logic/InstanceList.h @@ -21,10 +21,12 @@ #include "BaseInstance.h" +#include "multimc_logic_export.h" + class BaseInstance; class QDir; -class InstanceList : public QAbstractListModel +class MULTIMC_LOGIC_EXPORT InstanceList : public QAbstractListModel { Q_OBJECT private: |