summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/AccountListDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialogs/AccountListDialog.h')
-rw-r--r--gui/dialogs/AccountListDialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/dialogs/AccountListDialog.h b/gui/dialogs/AccountListDialog.h
index 442834ef..57c8b460 100644
--- a/gui/dialogs/AccountListDialog.h
+++ b/gui/dialogs/AccountListDialog.h
@@ -17,6 +17,8 @@
#include <QDialog>
+#include <memory>
+
#include "logic/lists/MojangAccountList.h"
namespace Ui {
@@ -44,8 +46,7 @@ slots:
void on_closedBtnBox_rejected();
protected:
- // Temporarily putting this here...
- MojangAccountList m_accounts;
+ std::shared_ptr<MojangAccountList> m_accounts;
AuthenticateTask* m_authTask;