diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-13 02:47:59 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-13 02:47:59 +0100 |
commit | 39aebddf3b6b93091aa8494f74690b4a819593d1 (patch) | |
tree | 824e2bd5a4a3c67118982d9a13bdd73914501741 /gui/dialogs | |
parent | bf34aa7fbd87eb5e21bc1bb69fc3f53c2c92d8fd (diff) | |
download | MultiMC-39aebddf3b6b93091aa8494f74690b4a819593d1.tar MultiMC-39aebddf3b6b93091aa8494f74690b4a819593d1.tar.gz MultiMC-39aebddf3b6b93091aa8494f74690b4a819593d1.tar.lz MultiMC-39aebddf3b6b93091aa8494f74690b4a819593d1.tar.xz MultiMC-39aebddf3b6b93091aa8494f74690b4a819593d1.zip |
Add support for 1.7.4 user_type (needs testing with legacy accounts)
Diffstat (limited to 'gui/dialogs')
-rw-r--r-- | gui/dialogs/AccountListDialog.h | 2 | ||||
-rw-r--r-- | gui/dialogs/AccountSelectDialog.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/dialogs/AccountListDialog.h b/gui/dialogs/AccountListDialog.h index 84ff8e0e..fe0c8773 100644 --- a/gui/dialogs/AccountListDialog.h +++ b/gui/dialogs/AccountListDialog.h @@ -19,7 +19,7 @@ #include <memory> -#include "logic/lists/MojangAccountList.h" +#include "logic/auth/MojangAccountList.h" namespace Ui { diff --git a/gui/dialogs/AccountSelectDialog.h b/gui/dialogs/AccountSelectDialog.h index a539e7e9..6007253d 100644 --- a/gui/dialogs/AccountSelectDialog.h +++ b/gui/dialogs/AccountSelectDialog.h @@ -19,7 +19,7 @@ #include <memory> -#include "logic/lists/MojangAccountList.h" +#include "logic/auth/MojangAccountList.h" namespace Ui { |