diff --git a/launcher/AuthServer.h b/launcher/AuthServer.h index 743d6fc8..6b76835d 100644 --- a/launcher/AuthServer.h +++ b/launcher/AuthServer.h @@ -3,9 +3,9 @@ #include #include #include "settings/SettingsObject.h" -#include "logic_export.h" +#include "multimc_logic_export.h" -class LOGIC_EXPORT AuthServer: public QObject +class MULTIMC_LOGIC_EXPORT AuthServer: public QObject { public: explicit AuthServer(QObject *parent = 0);