summaryrefslogtreecommitdiffstats
path: root/logic/auth/flows/AuthenticateTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/auth/flows/AuthenticateTask.h')
-rw-r--r--logic/auth/flows/AuthenticateTask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/auth/flows/AuthenticateTask.h b/logic/auth/flows/AuthenticateTask.h
index 3b99caad..b6564657 100644
--- a/logic/auth/flows/AuthenticateTask.h
+++ b/logic/auth/flows/AuthenticateTask.h
@@ -30,7 +30,7 @@ class AuthenticateTask : public YggdrasilTask
{
Q_OBJECT
public:
- AuthenticateTask(MojangAccountPtr account, const QString &password, QObject *parent = 0);
+ AuthenticateTask(MojangAccount *account, const QString &password, QObject *parent = 0);
protected:
virtual QJsonObject getRequestContent() const;