summaryrefslogtreecommitdiffstats
path: root/logic/auth
diff options
context:
space:
mode:
Diffstat (limited to 'logic/auth')
-rw-r--r--logic/auth/MojangAccount.h1
-rw-r--r--logic/auth/YggdrasilTask.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/logic/auth/MojangAccount.h b/logic/auth/MojangAccount.h
index 5cf8a0f2..2de0c19c 100644
--- a/logic/auth/MojangAccount.h
+++ b/logic/auth/MojangAccount.h
@@ -26,7 +26,6 @@
#include "AuthSession.h"
#include "multimc_logic_export.h"
-MULTIMC_LOGIC_EXPORT
class Task;
class YggdrasilTask;
diff --git a/logic/auth/YggdrasilTask.h b/logic/auth/YggdrasilTask.h
index e81eeb44..d989bee3 100644
--- a/logic/auth/YggdrasilTask.h
+++ b/logic/auth/YggdrasilTask.h
@@ -83,7 +83,7 @@ public:
protected:
- virtual void executeTask();
+ virtual void executeTask() override;
/**
* Gets the JSON object that will be sent to the authentication server.