NOISSUE fix all clang warnings
This commit is contained in:
@ -26,7 +26,6 @@
|
||||
#include "AuthSession.h"
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
MULTIMC_LOGIC_EXPORT
|
||||
|
||||
class Task;
|
||||
class YggdrasilTask;
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user