From f131f4a1ebf10a1f03a3569749fc9a600166bd1a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 13 Sep 2021 08:17:17 -0500 Subject: [PATCH] Use logic export --- launcher/AuthServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);