diff options
Diffstat (limited to 'logic/Env.h')
-rw-r--r-- | logic/Env.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/Env.h b/logic/Env.h index a53a62cb..b81cfa62 100644 --- a/logic/Env.h +++ b/logic/Env.h @@ -4,6 +4,8 @@ #include <QString> #include <QMap> +#include "multimc_logic_export.h" + class IconList; class QNetworkAccessManager; class HttpMetaCache; @@ -15,7 +17,7 @@ class BaseVersion; #endif #define ENV (Env::getInstance()) -class Env +class MULTIMC_LOGIC_EXPORT Env { friend class MultiMC; private: |